]> source.dussan.org Git - nextcloud-server.git/commitdiff
docs(config.sample.php): 44167/head
authorJosh <josh.t.richards@gmail.com>
Mon, 11 Mar 2024 23:22:20 +0000 (19:22 -0400)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 12 Mar 2024 16:56:27 +0000 (16:56 +0000)
When setting a custom `updatedirectory` it's important that it not be located within the Server installation folder structure.

Partially addresses nextcloud/updater#463

Signed-off-by: Josh <josh.t.richards@gmail.com>
config/config.sample.php

index 185473ea6c7c846f7fa9eaa98bee5c5b61269e40..48189e067c19984fcb476f7a54ad182d0e0563d4 100644 (file)
@@ -1906,7 +1906,9 @@ $CONFIG = [
  * 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.
+ * If set, the value MUST be located _outside_ of the installation directory of Nextcloud and
+ * writable by the Web server user.
+ *
  */
 'updatedirectory' => '',