diff xml/en/docs/http/ngx_http_core_module.xml @ 971:6316a7579448

Documented the "ngx_http_auth_request" module.
author Vladimir Homutov <vl@nginx.com>
date Thu, 22 Aug 2013 17:23:42 +0400
parents 95c3c3bbf1ce
children f6910d313faa
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Fri Aug 16 10:20:23 2013 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Thu Aug 22 17:23:42 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="22">
+        rev="23">
 
 <section id="directives" name="Directives">
 
@@ -2037,10 +2037,11 @@
 <context>location</context>
 
 <para>
-Allows access if both (<literal>all</literal>) or at least one
+Allows access if all (<literal>all</literal>) or at least one
 (<literal>any</literal>) of the
-<link doc="ngx_http_access_module.xml">ngx_http_access_module</link>
-or <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>
+<link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
+<link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> or
+<link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>
 modules allow access.
 </para>