Document updatedirectory option

Signed-off-by: Git'Fellow <carlos@reendex.com>
This commit is contained in:
Git'Fellow 2022-08-25 12:42:22 +02:00 committed by GitHub
parent c1699d9f5d
commit 09af5acb00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1754,6 +1754,15 @@ $CONFIG = [
*/
'tempdirectory' => '/tmp/nextcloudtemp',
/**
* Override where Nextcloud stores update files while updating. Useful in situations
* where the defult `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.
*/
'updatedirectory' => '',
/**
* Hashing
*/