changeset 615:f3ef5b77d22a

Documented that "ipv6only" is now turned on by default for listening IPv6 sockets.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 14:38:46 +0000
parents 0526cac4637e
children 2fdd929c830e
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -1246,7 +1246,13 @@ a separate <c-func>bind</c-func> call wi
 <tag-desc>
 this parameter (0.7.42) sets the value of the <c-def>IPV6_V6ONLY</c-def>
 parameter for the listening socket.
+It is turned on by default.
 This parameter can only be set once on start.
+<note>
+Prior to version 1.3.4, if parameter was not set explicitly,
+operating system’s setting was used.
+</note>
+
 </tag-desc>
 
 <tag-name>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -1225,7 +1225,12 @@ listen unix:/var/run/nginx.sock;
 <tag-desc>
 параметр (0.7.42) задаёт значение параметра <c-def>IPV6_V6ONLY</c-def>
 для слушающего сокета.
+По умолчанию параметр включён.
 Установить этот параметр можно только один раз на старте.
+<note>
+До версии 1.3.4, если параметр не был задан явно, использовались
+настройки операционной системы.
+</note>
 </tag-desc>
 
 <tag-name>