changeset 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 d876f94135ac
children ed420c318557
files xml/en/docs/http/ngx_http_auth_basic_module.xml xml/ru/docs/http/ngx_http_auth_basic_module.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_basic_module.xml
+++ b/xml/en/docs/http/ngx_http_auth_basic_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_auth_basic_module"
         link="/en/docs/http/ngx_http_auth_basic_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -85,6 +85,7 @@ name1:password1
 name2:password2:comment
 name3:password3
 </example>
+The <value>file</value> name can contain variables.
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_auth_basic_module.xml
+++ b/xml/ru/docs/http/ngx_http_auth_basic_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_auth_basic_module"
         link="/ru/docs/http/ngx_http_auth_basic_module.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -85,6 +85,7 @@ location / {
 имя2:пароль2:комментарий
 имя3:пароль3
 </example>
+В имени файла можно использовать переменные.
 </para>
 
 <para>