]> granicus.if.org Git - php/commitdiff
comment about ipv4-mapped in fpm conf
authorRemi Collet <remi@php.net>
Mon, 17 Nov 2014 05:57:59 +0000 (06:57 +0100)
committerRemi Collet <remi@php.net>
Mon, 17 Nov 2014 05:57:59 +0000 (06:57 +0100)
sapi/fpm/php-fpm.conf.in

index f22c2ff8b72ce73ee6544048d9486dab3341f5bf..9d752956604a5a0ebc5b59aecb7e5a78721fdd97 100644 (file)
@@ -156,8 +156,8 @@ group = @php_fpm_group@
 ;                            a specific port;
 ;   'port'                 - to listen on a TCP socket to all IPv4 addresses on a
 ;                            specific port;
-;   '[::]:port'            - to listen on a TCP socket to all addresses on a
-;                            specific port;
+;   '[::]:port'            - to listen on a TCP socket to all addresses
+;                            (IPv6 and IPv4-mapped) on a specific port;
 ;   '/path/to/unix/socket' - to listen on a unix socket.
 ; Note: This value is mandatory.
 listen = 127.0.0.1:9000