Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@gmx.de>2015-09-12 23:04:41 +0300
committerFrank Karlitschek <karlitschek@gmx.de>2015-09-12 23:04:41 +0300
commit7562e4959b4726939d78720d26fdbe713c8f5c53 (patch)
tree999024c93f28183409283d51018a3a79b43efa43 /config
parent9860a79441b8e3595450e53b6209f314c7537775 (diff)
parentc3a327dc385c617bc2daf0b5a51aacfaea2abde1 (diff)
Merge pull request #18658 from owncloud/configurable-temp
Configurable temporary directory
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index f5e36e66cc4..a841831f018 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -80,6 +80,16 @@ $CONFIG = array(
'datadirectory' => '/var/www/owncloud/data',
/**
+ * Override where ownCloud stores temporary files. Useful in situations where
+ * the system temporary directory is on a limited space ramdisk or is otherwise
+ * restricted, or if external storages which do not support streaming are in
+ * use.
+ *
+ * The web server user must have write access to this directory.
+ */
+'tempdirectory' => '/tmp/owncloudtemp',
+
+/**
* The current version number of your ownCloud installation. This is set up
* during installation and update, so you shouldn't need to change it.
*/