comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 784:7d15bd7fc58d

The "auth_basic" directive now supports variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 16:59:18 +0000
parents 93d2a54d247c
children f563967a4f59
comparison
equal deleted inserted replaced
783:6e63a58b28cf 784:7d15bd7fc58d
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="2"> 13 rev="3">
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
56 56
57 <para> 57 <para>
58 Enables validation of user name and password using the 58 Enables validation of user name and password using the
59 “HTTP Basic Authentication” protocol. 59 “HTTP Basic Authentication” protocol.
60 The specified parameter is used as a <value>realm</value>. 60 The specified parameter is used as a <value>realm</value>.
61 The parameter <literal>off</literal> allows to cancel the effect of the 61 Value of the parameter can contain variables (1.3.10).
62 <literal>auth_basic</literal> directive inherited from the previous 62 The special value <literal>off</literal> allows to cancel the effect
63 configuration level. 63 of the <literal>auth_basic</literal> directive
64 inherited from the previous configuration level.
64 </para> 65 </para>
65 66
66 </directive> 67 </directive>
67 68
68 69