summaryrefslogtreecommitdiffstats
path: root/php-fpm-www.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-22 09:40:24 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-22 09:40:24 +0100
commita8053179d44985a57e749321b26af9747452a2ec (patch)
tree7ebbd43d7b5312c9a670e59c2eadd5d311836229 /php-fpm-www.conf
parentbeafc5c9863397b4dfd13ef5eeedc1b237d754ba (diff)
php: missing ones
Diffstat (limited to 'php-fpm-www.conf')
-rw-r--r--php-fpm-www.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index 044a27a..3e29ee4 100644
--- a/php-fpm-www.conf
+++ b/php-fpm-www.conf
@@ -414,9 +414,15 @@ php_admin_value[error_log] = /var/log/php-fpm/www-error.log
php_admin_flag[log_errors] = on
;php_admin_value[memory_limit] = 128M
-; Set data paths to directories owned by process user
+; Set the following data paths to directories owned by the FPM process user.
+;
+; Do not change the ownership of existing system directories, if the process
+; user does not have write permission, create dedicated directories for this
+; purpose.
+;
+; See warning about choosing the location of these directories on your system
+; at http://php.net/session.save-path
php_value[session.save_handler] = files
php_value[session.save_path] = /var/lib/php/session
php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache
-
;php_value[opcache.file_cache] = /var/lib/php/opcache