comparison xml/en/docs/http/ngx_http_access_module.xml @ 3043:9eadb98ec770

Free nginx: removed commercial version documentation.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:49 +0300
parents a7974b8d2a23
children
comparison
equal deleted inserted replaced
3042:19e4897acb84 3043:9eadb98ec770
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="4"> 13 rev="5">
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>, by the 24 <link doc="ngx_http_auth_basic_module.xml">password</link> or 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>.
27 Simultaneous limitation of access by address and by password is controlled 26 Simultaneous limitation of access by address and by password is controlled
28 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 27 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
29 </para> 28 </para>
30 29
31 </section> 30 </section>