comparison xml/en/docs/http/ngx_http_access_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 6316a7579448
children 9eadb98ec770
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_access_module" 10 <module name="Module ngx_http_access_module"
11 link="/en/docs/http/ngx_http_access_module.html" 11 link="/en/docs/http/ngx_http_access_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_access_module</literal> module allows 18 The <literal>ngx_http_access_module</literal> module allows
19 limiting access to certain client addresses. 19 limiting access to certain client addresses.
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 Access can also be limited by 23 Access can also be limited by
24 <link doc="ngx_http_auth_basic_module.xml">password</link> or by the 24 <link doc="ngx_http_auth_basic_module.xml">password</link>, by the
25 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>. 25 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>,
26 or by <link doc="ngx_http_auth_jwt_module.xml">JWT</link>.
26 Simultaneous limitation of access by address and by password is controlled 27 Simultaneous limitation of access by address and by password is controlled
27 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 28 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
28 </para> 29 </para>
29 30
30 </section> 31 </section>