comparison xml/en/docs/http/ngx_http_core_module.xml @ 941:7d1d53d4d293

Removed link-scoped IPv6 addresses from examples.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 05 Jul 2013 08:11:37 +0400
parents ded8f4a5de28
children fd1f8e0a405e
comparison
equal deleted inserted replaced
940:ded8f4a5de28 941:7d1d53d4d293
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="21"> 13 rev="22">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1157 listen localhost:8000; 1157 listen localhost:8000;
1158 </example> 1158 </example>
1159 IPv6 addresses (0.7.36) are specified in square brackets: 1159 IPv6 addresses (0.7.36) are specified in square brackets:
1160 <example> 1160 <example>
1161 listen [::]:8000; 1161 listen [::]:8000;
1162 listen [fe80::1]; 1162 listen [::1];
1163 </example> 1163 </example>
1164 UNIX-domain sockets (0.8.21) are specified with the “<literal>unix:</literal>” 1164 UNIX-domain sockets (0.8.21) are specified with the “<literal>unix:</literal>”
1165 prefix: 1165 prefix:
1166 <example> 1166 <example>
1167 listen unix:/var/run/nginx.sock; 1167 listen unix:/var/run/nginx.sock;