diff xml/en/docs/http/ngx_http_core_module.xml @ 1279:7261e621dd4a

Documented that "listen ipv6only=" implies "bind".
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2014 17:53:54 +0400
parents ac7a5ee98768
children 5addfab7e171
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
@@ -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 @@ made in this case to determine the addre
 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.