comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 1560:dad3af7a1019

Documented variables support in auth_basic_user_file.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 08 Sep 2015 09:38:31 +0300
parents f10ebd7c60b4
children a7974b8d2a23
comparison
equal deleted inserted replaced
1559:d876f94135ac 1560:dad3af7a1019
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="6"> 13 rev="7">
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
83 # comment 83 # comment
84 name1:password1 84 name1:password1
85 name2:password2:comment 85 name2:password2:comment
86 name3:password3 86 name3:password3
87 </example> 87 </example>
88 The <value>file</value> name can contain variables.
88 </para> 89 </para>
89 90
90 <para> 91 <para>
91 The following password types are supported: 92 The following password types are supported:
92 <list type="bullet"> 93 <list type="bullet">