comparison xml/en/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 ae46e57cecba
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="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="59"> 13 rev="60">
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>
2140 2140
2141 <para> 2141 <para>
2142 Allows access if all (<literal>all</literal>) or at least one 2142 Allows access if all (<literal>all</literal>) or at least one
2143 (<literal>any</literal>) of the 2143 (<literal>any</literal>) of the
2144 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>, 2144 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
2145 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> or 2145 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
2146 <link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link> 2146 <link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>,
2147 or
2148 <link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>
2147 modules allow access. 2149 modules allow access.
2148 </para> 2150 </para>
2149 2151
2150 <para> 2152 <para>
2151 Example: 2153 Example: