changeset 1279:7261e621dd4a

Documented that "listen ipv6only=" implies "bind".
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2014 17:53:54 +0400
parents ac0d5a756174
children 9578a7658b95
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Sat Aug 30 16:22:54 2014 +0400
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Sep 01 17:53:54 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="35">
+        rev="36">
 
 <section id="directives" name="Directives">
 
@@ -1323,7 +1323,8 @@
 If the <literal>setfib</literal>,
 <literal>backlog</literal>, <literal>rcvbuf</literal>,
 <literal>sndbuf</literal>, <literal>accept_filter</literal>,
-<literal>deferred</literal>, or <literal>so_keepalive</literal> parameters
+<literal>deferred</literal>, <literal>ipv6only</literal>,
+or <literal>so_keepalive</literal> parameters
 are used then for a given
 <value>address</value>:<value>port</value> pair
 a separate <c-func>bind</c-func> call will always be made.
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Sat Aug 30 16:22:54 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Mon Sep 01 17:53:54 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="35">
+        rev="36">
 
 <section id="directives" name="Директивы">
 
@@ -1317,7 +1317,8 @@
 Если же используются параметры <literal>setfib</literal>,
 <literal>backlog</literal>, <literal>rcvbuf</literal>,
 <literal>sndbuf</literal>, <literal>accept_filter</literal>,
-<literal>deferred</literal> или <literal>so_keepalive</literal>,
+<literal>deferred</literal>, <literal>ipv6only</literal>
+или <literal>so_keepalive</literal>,
 то для данной пары
 <value>адрес</value>:<value>порт</value> всегда делается
 отдельный вызов <c-func>bind</c-func>.