comparison xml/en/docs/http/ngx_http_auth_basic_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 4add6ae1296f
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_auth_basic_module" 10 <module name="Module ngx_http_auth_basic_module"
11 link="/en/docs/http/ngx_http_auth_basic_module.html" 11 link="/en/docs/http/ngx_http_auth_basic_module.html"
12 lang="en" 12 lang="en"
13 rev="10"> 13 rev="11">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_auth_basic_module</literal> module allows 18 The <literal>ngx_http_auth_basic_module</literal> module allows
20 using the “HTTP Basic Authentication” protocol. 20 using the “HTTP Basic Authentication” protocol.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 Access can also be limited by 24 Access can also be limited by
25 <link doc="ngx_http_access_module.xml">address</link>, by the 25 <link doc="ngx_http_access_module.xml">address</link> or by the
26 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>, 26 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
27 or by <link doc="ngx_http_auth_jwt_module.xml">JWT</link>.
28 Simultaneous limitation of access by address and by password is controlled 27 Simultaneous limitation of access by address and by password is controlled
29 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.
30 </para> 29 </para>
31 30
32 </section> 31 </section>