summaryrefslogtreecommitdiffstats
path: root/php-fpm-www.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 09:55:13 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 09:55:13 +0100
commitcb36b389ba75af7d0cbf39ac761df903e458766c (patch)
treefb5b1aa4b06e35c07068457b7dd82f995dbcfd4f /php-fpm-www.conf
parent36949e1877ee55658fd0778e58513df8c6746111 (diff)
PHP 5.6.5RC1
Diffstat (limited to 'php-fpm-www.conf')
-rw-r--r--php-fpm-www.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index 9f6dfe8..696cb7b 100644
--- a/php-fpm-www.conf
+++ b/php-fpm-www.conf
@@ -50,6 +50,12 @@ listen = 127.0.0.1:9000
;listen.group = nobody
;listen.mode = 0660
+; 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 =
+;listen.acl_groups =
+
; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address