comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents 66a30a380fba
children 4add6ae1296f
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
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="9"> 13 rev="10">
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
59 <para> 59 <para>
60 Enables validation of user name and password using the 60 Enables validation of user name and password using the
61 “HTTP Basic Authentication” protocol. 61 “HTTP Basic Authentication” protocol.
62 The specified parameter is used as a <value>realm</value>. 62 The specified parameter is used as a <value>realm</value>.
63 Parameter value can contain variables (1.3.10, 1.2.7). 63 Parameter value can contain variables (1.3.10, 1.2.7).
64 The special value <literal>off</literal> allows cancelling the effect 64 The special value <literal>off</literal> cancels the effect
65 of the <literal>auth_basic</literal> directive 65 of the <literal>auth_basic</literal> directive
66 inherited from the previous configuration level. 66 inherited from the previous configuration level.
67 </para> 67 </para>
68 68
69 </directive> 69 </directive>