diff xml/en/docs/http/ngx_http_auth_basic_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 f10ebd7c60b4
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_basic_module.xml	Fri Aug 16 10:20:23 2013 +0000
+++ b/xml/en/docs/http/ngx_http_auth_basic_module.xml	Thu Aug 22 17:23:42 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="5">
+        rev="6">
 
 <section id="summary">
 
@@ -22,7 +22,8 @@
 
 <para>
 Access can also be limited by
-<link doc="ngx_http_auth_basic_module.xml">address</link>.
+<link doc="ngx_http_auth_basic_module.xml">address</link> or by the
+<link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
 Simultaneous limitation of access by address and by password is controlled
 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
 </para>