From 7efe2cc0a6789acd77244e709e440a6334ef79f1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 2 Mar 2016 03:35:17 +0100 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 a8855f156..bb13fb009 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1277,6 +1277,15 @@ filesystem 1 -> Check each file or folder at most once per request, recommended for general use if outside changes might happen. +:: + + 'part_file_in_storage' => true, + +On default ownCloud will store the part files created during upload in the +same storage as the upload target. Setting this to false will store the part +files in the root of the users folder which might be required to work with certain +external storage setups that have limited rename capabilities. + :: 'asset-pipeline.enabled' => false,