comparison 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
comparison
equal deleted inserted replaced
970:051de14a6e79 971:6316a7579448
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="22"> 13 rev="23">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2035 <context>http</context> 2035 <context>http</context>
2036 <context>server</context> 2036 <context>server</context>
2037 <context>location</context> 2037 <context>location</context>
2038 2038
2039 <para> 2039 <para>
2040 Allows access if both (<literal>all</literal>) or at least one 2040 Allows access if all (<literal>all</literal>) or at least one
2041 (<literal>any</literal>) of the 2041 (<literal>any</literal>) of the
2042 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> 2042 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
2043 or <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> 2043 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> or
2044 <link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>
2044 modules allow access. 2045 modules allow access.
2045 </para> 2046 </para>
2046 2047
2047 <para> 2048 <para>
2048 Example: 2049 Example: