diff 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
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="21">
+        rev="22">
 
 <section id="directives" name="Directives">
 
@@ -1159,7 +1159,7 @@ listen localhost:8000;
 IPv6 addresses (0.7.36) are specified in square brackets:
 <example>
 listen [::]:8000;
-listen [fe80::1];
+listen [::1];
 </example>
 UNIX-domain sockets (0.8.21) are specified with the “<literal>unix:</literal>”
 prefix: