diff options
author | Gawain Lynch <gawain.lynch@gmail.com> | 2015-11-09 08:26:20 +0000 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-22 09:36:44 +0100 |
commit | d56cb83b82ca5a42a54c345f1d9027cd1c585ebb (patch) | |
tree | c8cf0d1d76f471887aff95ea3dabb84847fbad3b | |
parent | 9be15dd06ffab6ce0da6686fe226ad28524f48fb (diff) |
Update RPM note for PHP-FPM www.conf
-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 7714d46..d92994b 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -19,7 +19,7 @@ ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. -; RPM: apache Choosed to be able to access some dir as httpd +; RPM: apache user chosen to provide access to the same directories as httpd user = apache ; RPM: Keep a group allowed to write in log dir. group = apache |