From fa6b43623b086df7b14faed3563a8f5dfe8239f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 22 Jan 2017 09:40:24 +0100 Subject: php: missing ones --- php-fpm-www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-fpm-www.conf b/php-fpm-www.conf index 933ff79..9bfbe23 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -411,7 +411,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 -- cgit