diff xml/ru/docs/http/ngx_http_geo_module.xml @ 840:9dab69f2b71d

Documented nginx 1.2.7 changes. - variables support in the "auth_basic" directive; - new generic variables $pipe, $request_length, $time_iso8601, and $time_local; - IPv6 support in ngx_http_geo_module and ngx_http_geoip_module; - "gzip" and "flush" parameters of the "access_log" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 12 Feb 2013 16:45:45 +0400
parents 55b633342309
children
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_geo_module.xml
+++ b/xml/ru/docs/http/ngx_http_geo_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_geo_module"
         link="/ru/docs/http/ngx_http_geo_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -79,7 +79,7 @@ geo $arg_remote_addr $geo {
 Адреса задаются либо префиксами в формате CIDR
 (включая одиночные адреса), либо в виде диапазонов (0.7.23).
 <note>
-IPv6-префиксы поддерживаются начиная с версии 1.3.10.
+IPv6-префиксы поддерживаются начиная с версий 1.3.10 и 1.2.7.
 </note>
 </para>