From 31eea628f01ecb6fce58d3c47e3aacaeb2f471a3 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 17 Sep 2022 04:39:13 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index ca9a83df8..52f919e5e 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -2160,6 +2160,15 @@ Most installs shall not modify this value. Defaults to ``0022`` +:: + + 'localstorage.unlink_on_truncate' => false, + +This options allows storage systems that don't allow to modify existing files +to overcome this limitation by removing the files before overwriting. + +Defaults to ``false`` + :: 'quota_include_external_storage' => false,