changeset 1371:5475304b61ad

Updated note about caching in the ngx_http_auth_request module. The issue was fixed in version 1.7.3 of nginx (changeset 35990c69b3ac).
author Vladimir Homutov <vl@nginx.com>
date Thu, 04 Dec 2014 19:09:38 +0300
parents 1ff3d3976e32
children e0e1e5db06bb
files xml/en/docs/http/ngx_http_auth_request_module.xml xml/ru/docs/http/ngx_http_auth_request_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <module name="Module ngx_http_auth_request_module"
         link="/en/docs/http/ngx_http_auth_request_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -41,7 +41,7 @@ other access modules, such as
 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
 <note>
-Currently, responses to authorization subrequests cannot be cached
+Before version 1.7.3, responses to authorization subrequests could not be cached
 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.).
 </note>
--- 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 @@
 <module name="Модуль ngx_http_auth_request_module"
         link="/ru/docs/http/ngx_http_auth_request_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -40,7 +40,7 @@
 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
 с помощью директивы <link doc="ngx_http_core_module.xml" id="satisfy"/>.
 <note>
-В данный момент ответы на авторизационные подзапросы не могут быть закэшированы
+До версии 1.7.3 ответы на авторизационные подзапросы не могли быть закэшированы
 (с использованием директив
 <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/> и т.п.).