Merge pull request #44166 from nextcloud/backport/44138/stable26

[stable26] docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder
This commit is contained in:
Josh 2024-03-13 07:49:47 -04:00 committed by GitHub
commit f4a96df090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' => '',