diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-16 14:01:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-16 14:01:26 +0100 |
commit | 7482e6687997d61fabba2405b4f4fe02f48d3fd1 (patch) | |
tree | 314cfb039ce79fc71583c4cfbe7eb0fb15274a84 | |
parent | 268f00d800b279f54335b265702d4ebc50d81e4b (diff) |
revert UDS for 5.4/5.5, fix acl on socket 5.6/7.0
-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 fc85692..1c4befa 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -52,7 +52,7 @@ listen = 127.0.0.1:9000 ; When POSIX Access Control Lists are supported you can set them using ; these options, value is a comma separated list of user/group names. ; When set, listen.owner and listen.group are ignored -;listen.acl_users = apache,nginx +;listen.acl_users = apache ;listen.acl_groups = ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect. |