comparison xml/en/docs/http/ngx_http_core_module.xml @ 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 764fbac1b8b4
children 368a449e85b8
comparison
equal deleted inserted replaced
614:0526cac4637e 615:f3ef5b77d22a
1244 <literal>ipv6only</literal>=<literal>on</literal>|<literal>off</literal> 1244 <literal>ipv6only</literal>=<literal>on</literal>|<literal>off</literal>
1245 </tag-name> 1245 </tag-name>
1246 <tag-desc> 1246 <tag-desc>
1247 this parameter (0.7.42) sets the value of the <c-def>IPV6_V6ONLY</c-def> 1247 this parameter (0.7.42) sets the value of the <c-def>IPV6_V6ONLY</c-def>
1248 parameter for the listening socket. 1248 parameter for the listening socket.
1249 It is turned on by default.
1249 This parameter can only be set once on start. 1250 This parameter can only be set once on start.
1251 <note>
1252 Prior to version 1.3.4, if parameter was not set explicitly,
1253 operating system’s setting was used.
1254 </note>
1255
1250 </tag-desc> 1256 </tag-desc>
1251 1257
1252 <tag-name> 1258 <tag-name>
1253 <literal>ssl</literal> 1259 <literal>ssl</literal>
1254 </tag-name> 1260 </tag-name>