comparison xml/ru/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 375055da60fa
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="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="22"> 13 rev="23">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2031 <context>http</context> 2031 <context>http</context>
2032 <context>server</context> 2032 <context>server</context>
2033 <context>location</context> 2033 <context>location</context>
2034 2034
2035 <para> 2035 <para>
2036 Разрешает доступ, если оба (<literal>all</literal>) 2036 Разрешает доступ, если все (<literal>all</literal>)
2037 или хотя бы один (<literal>any</literal>) из модулей 2037 или хотя бы один (<literal>any</literal>) из модулей
2038 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> 2038 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
2039 и <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> 2039 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> или
2040 <link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>
2040 разрешают доступ. 2041 разрешают доступ.
2041 </para> 2042 </para>
2042 2043
2043 <para> 2044 <para>
2044 Пример: 2045 Пример: