From 32fb6032d2d5e8e209e9d51c6fceaf329d70dca7 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 11 Mar 2024 19:22:20 -0400 Subject: [PATCH] docs(config.sample.php): 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 --- config/config.sample.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index c3a15a8a985..4ec66746f8d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1870,7 +1870,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' => '',