# HG changeset patch # User Ruslan Ermilov # Date 1441694311 -10800 # Node ID dad3af7a1019ff069e010f8268d8794fcdb018be # Parent d876f94135ac23ad3785d1230ccb5912492e76af Documented variables support in auth_basic_user_file. diff --git a/xml/en/docs/http/ngx_http_auth_basic_module.xml b/xml/en/docs/http/ngx_http_auth_basic_module.xml --- 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 @@ + rev="7">
@@ -85,6 +85,7 @@ name1:password1 name2:password2:comment name3:password3 +The file name can contain variables. diff --git a/xml/ru/docs/http/ngx_http_auth_basic_module.xml b/xml/ru/docs/http/ngx_http_auth_basic_module.xml --- 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 @@ + rev="7">
@@ -85,6 +85,7 @@ location / { имя2:пароль2:комментарий имя3:пароль3 +В имени файла можно использовать переменные.