]> source.dussan.org Git - nextcloud-server.git/commitdiff
elaborate on what is required for using the tempdirectory setting of nextcloud
authorFlorian Goth <fgoth@physik.uni-wuerzburg.de>
Wed, 4 Jan 2023 00:14:40 +0000 (01:14 +0100)
committerFlorian Goth <fgoth@physik.uni-wuerzburg.de>
Wed, 4 Jan 2023 00:14:40 +0000 (01:14 +0100)
Signed-off-by: Florian Goth <fgoth@physik.uni-wuerzburg.de>
config/config.sample.php

index 4597ce9a77daa5345bac977e2fec308e57eae5c2..12eaa0eef8a11dee18c41c7fe4cfc3b5e5fbbd2c 100644 (file)
@@ -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 you 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',