comparison xml/ru/docs/http/ngx_http_core_module.xml @ 1763:a7974b8d2a23

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 22 Aug 2016 14:20:57 +0300
parents 5eb54b170c74
children cc9d4e09a708
comparison
equal deleted inserted replaced
1762:3064cb25e29d 1763:a7974b8d2a23
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="59"> 13 rev="60">
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>
2141 2141
2142 <para> 2142 <para>
2143 Разрешает доступ, если все (<literal>all</literal>) 2143 Разрешает доступ, если все (<literal>all</literal>)
2144 или хотя бы один (<literal>any</literal>) из модулей 2144 или хотя бы один (<literal>any</literal>) из модулей
2145 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>, 2145 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
2146 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> или 2146 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
2147 <link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link> 2147 <link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>
2148 или
2149 <link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>
2148 разрешают доступ. 2150 разрешают доступ.
2149 </para> 2151 </para>
2150 2152
2151 <para> 2153 <para>
2152 Пример: 2154 Пример: