]> granicus.if.org Git - php/commitdiff
improve comments about FPM listen option
authorRemi Collet <remi@php.net>
Sun, 16 Nov 2014 16:59:36 +0000 (17:59 +0100)
committerRemi Collet <remi@php.net>
Sun, 16 Nov 2014 16:59:36 +0000 (17:59 +0100)
sapi/fpm/php-fpm.conf.in

index 631bc46f42acdbc198bb34d1de982fddaec94329..f22c2ff8b72ce73ee6544048d9486dab3341f5bf 100644 (file)
@@ -150,11 +150,13 @@ group = @php_fpm_group@
 
 ; The address on which to accept FastCGI requests.
 ; Valid syntaxes are:
-;   'ip.add.re.ss:port'    - to listen on a TCP socket to a specific address on
+;   'ip.add.re.ss:port'    - to listen on a TCP socket to a specific IPv4 address on
 ;                            a specific port;
 ;   '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
 ;                            a specific port;
-;   'port'                 - to listen on a TCP socket to all addresses on a
+;   '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;
 ;   '/path/to/unix/socket' - to listen on a unix socket.
 ; Note: This value is mandatory.