summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-11-17 09:35:20 +0100
committerRemi Collet <remi@php.net>2014-11-17 09:43:09 +0100
commit09f9f7ce5030973052bca5043425bd9f20ad7a7e (patch)
treecee1d5b0d438249fd06e7bcee2393cc09297cbad
parent1504e9c9df0b504d08d46ef249eef75c39576055 (diff)
downloadphp-git-09f9f7ce5030973052bca5043425bd9f20ad7a7e.tar.gz
update fpm configuration for #68428
-rw-r--r--sapi/fpm/php-fpm.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in
index 9d75295660..2b1566047f 100644
--- a/sapi/fpm/php-fpm.conf.in
+++ b/sapi/fpm/php-fpm.conf.in
@@ -175,7 +175,7 @@ listen = 127.0.0.1:9000
;listen.group = @php_fpm_group@
;listen.mode = 0660
-; List of ipv4 addresses of FastCGI clients which are allowed to connect.
+; 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
; must be separated by a comma. If this value is left blank, connections will be