From 4475cbdc8577ec704bf7d6a6c753e5e4066fec19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Nov 2014 06:57:59 +0100 Subject: [PATCH] comment about ipv4-mapped in fpm conf --- sapi/fpm/php-fpm.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index f22c2ff8b7..9d75295660 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -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 -- 2.40.0