mirror of
https://github.com/nextcloud/server.git
synced 2026-05-23 18:46:30 -04:00
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:
commit
f4a96df090
1 changed files with 3 additions and 1 deletions
|
|
@ -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' => '',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue