Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-03 07:36:55 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-03 07:36:55 +0300
commit93d5f7bf9968076faa110ab3036bcbf1cafc25a2 (patch)
treeb05202ed3864cbea780018f732e260edab6d6dcc /admin_manual
parent488bab2c015ae5b65d28a8b1cb6bcb7315195f69 (diff)
generate documentation from config.sample.php
Diffstat (limited to 'admin_manual')
-rw-r--r--admin_manual/configuration_server/config_sample_php_parameters.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst
index 1b60629b3..ca9a83df8 100644
--- a/admin_manual/configuration_server/config_sample_php_parameters.rst
+++ b/admin_manual/configuration_server/config_sample_php_parameters.rst
@@ -1994,6 +1994,16 @@ use.
The Web server user must have write access to this directory.
+::
+
+ 'updatedirectory' => '',
+
+Override where Nextcloud stores update files while updating. Useful in situations
+where the default `datadirectory` is on network disk like NFS, or is otherwise
+restricted. Defaults to the value of `datadirectory` if unset.
+
+The Web server user must have write access to this directory.
+
Hashing
-------