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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-09-02 23:19:50 +0300
committerGitHub <noreply@github.com>2022-09-02 23:19:50 +0300
commit16e696c9e864b7a2a860b8f0147aa54c681e7cb8 (patch)
tree848cf9c8273aca5fb434538778505b75a27be301 /config
parent6132b6a4aec0cad2a92478ea913d6b8c6ce43835 (diff)
parent771431c8796a58f351f927fc1f3cf1f9e794aac6 (diff)
Merge pull request #33692 from nextcloud/update-dir
Document and use the new updateDirectory if set
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 873af8b037b..743d86b12fc 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1769,6 +1769,15 @@ $CONFIG = [
'tempdirectory' => '/tmp/nextcloudtemp',
/**
+ * 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.
+ */
+'updatedirectory' => '',
+
+/**
* Hashing
*/