mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
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 <josh.t.richards@gmail.com>
This commit is contained in:
parent
a3c8031c1a
commit
32fb6032d2
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