diff --git a/config/config.sample.php b/config/config.sample.php index 364e573974a..e09b0904808 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1946,7 +1946,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' => '',