mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #35974 from CaptainSifff/master
elaborate on what is required for using the tempdirectory setting of nextcloud
This commit is contained in:
commit
926546333c
1 changed files with 4 additions and 1 deletions
|
|
@ -1840,7 +1840,10 @@ $CONFIG = [
|
|||
* restricted, or if external storage which do not support streaming are in
|
||||
* use.
|
||||
*
|
||||
* The Web server user must have write access to this directory.
|
||||
* The Web server user/PHP must have write access to this directory.
|
||||
* Additionally you have to make sure that your PHP configuration considers this a valid
|
||||
* tmp directory, by setting the TMP, TMPDIR, and TEMP variables to the required directories.
|
||||
* On top of that you might be required to grant additional permissions in AppArmor or SELinux.
|
||||
*/
|
||||
'tempdirectory' => '/tmp/nextcloudtemp',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue