From 93d5f7bf9968076faa110ab3036bcbf1cafc25a2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 3 Sep 2022 04:36:55 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -------