diff xml/en/docs/http/ngx_http_auth_basic_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 f563967a4f59
children 95c3c3bbf1ce
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_basic_module.xml	Tue Feb 12 07:26:59 2013 +0000
+++ b/xml/en/docs/http/ngx_http_auth_basic_module.xml	Tue Feb 12 16:45:45 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_auth_basic_module"
         link="/en/docs/http/ngx_http_auth_basic_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -58,7 +58,7 @@
 Enables validation of user name and password using the
 “HTTP Basic Authentication” protocol.
 The specified parameter is used as a <value>realm</value>.
-Value of the parameter can contain variables (1.3.10).
+Value of the parameter can contain variables (1.3.10, 1.2.7).
 The special value <literal>off</literal> allows to cancel the effect
 of the <literal>auth_basic</literal> directive
 inherited from the previous configuration level.