mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Document updatedirectory option
Signed-off-by: Git'Fellow <carlos@reendex.com>
This commit is contained in:
parent
c1699d9f5d
commit
09af5acb00
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue