Skip to content

Commit

Permalink
docs(config.sample.php):
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
joshtrichards authored Mar 11, 2024
1 parent f99b820 commit 243ff7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,9 @@
* 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' => '',

Expand Down

0 comments on commit 243ff7c

Please sign in to comment.