diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-22 09:40:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-22 09:40:24 +0100 |
commit | f2e3a31837636de81c2f03f8a45145a5869d8575 (patch) | |
tree | c13ea448ef9db9953f4a19ff06cd88046a7e29c2 | |
parent | 6d6787c4ac737e7adad68e4ebf422e9f2120f056 (diff) |
php: missing ones
-rw-r--r-- | php-fpm-www.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf index 9ddd5b5..d8e5928 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -220,7 +220,7 @@ 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 the following data paths to directories owned by the FPM 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 |