# HG changeset patch # User Vladimir Homutov # Date 1417709378 -10800 # Node ID 5475304b61add16aabc2289988d7a4bafd9ad2ca # Parent 1ff3d3976e3228915048df1150829cf6793b7cdf Updated note about caching in the ngx_http_auth_request module. The issue was fixed in version 1.7.3 of nginx (changeset 35990c69b3ac). diff --git a/xml/en/docs/http/ngx_http_auth_request_module.xml b/xml/en/docs/http/ngx_http_auth_request_module.xml --- a/xml/en/docs/http/ngx_http_auth_request_module.xml +++ b/xml/en/docs/http/ngx_http_auth_request_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -41,7 +41,7 @@ other access modules, such as ngx_http_auth_basic_module, via the directive. -Currently, responses to authorization subrequests cannot be cached +Before version 1.7.3, responses to authorization subrequests could not be cached (using , , etc.). diff --git a/xml/ru/docs/http/ngx_http_auth_request_module.xml b/xml/ru/docs/http/ngx_http_auth_request_module.xml --- a/xml/ru/docs/http/ngx_http_auth_request_module.xml +++ b/xml/ru/docs/http/ngx_http_auth_request_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -40,7 +40,7 @@ ngx_http_auth_basic_module, с помощью директивы . -В данный момент ответы на авторизационные подзапросы не могут быть закэшированы +До версии 1.7.3 ответы на авторизационные подзапросы не могли быть закэшированы (с использованием директив , и т.п.).