changeset 998:726ce61dc10d

Auth request: paraphrased a note.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 14 Oct 2013 14:55:08 +0400
parents d1fd983215f2
children 9ed6327ec45a
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, 9 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_request_module.xml	Tue Oct 08 17:39:31 2013 +0400
+++ b/xml/en/docs/http/ngx_http_auth_request_module.xml	Mon Oct 14 14:55:08 2013 +0400
@@ -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="1">
+        rev="2">
 
 <section id="summary">
 
@@ -41,13 +41,9 @@
 <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, it is not possible to use
-<link doc="ngx_http_proxy_module.xml" id="proxy_cache"/> and
-<link doc="ngx_http_proxy_module.xml" id="proxy_store"/>
-(<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_cache"/> and
-<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_store"/>)
-for requests initiated by the
-<literal>ngx_http_auth_request_module</literal> module.
+Currently, responses to authorization subrequests cannot 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>
 </para>
 
--- a/xml/ru/docs/http/ngx_http_auth_request_module.xml	Tue Oct 08 17:39:31 2013 +0400
+++ b/xml/ru/docs/http/ngx_http_auth_request_module.xml	Mon Oct 14 14:55:08 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_auth_request_module"
         link="/ru/docs/http/ngx_http_auth_request_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -40,14 +40,10 @@
 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
 с помощью директивы <link doc="ngx_http_core_module.xml" id="satisfy"/>.
 <note>
-В данный момент директивы
-<link doc="ngx_http_proxy_module.xml" id="proxy_cache"/> и
-<link doc="ngx_http_proxy_module.xml" id="proxy_store"/>
-(<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_cache"/> и
-<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_store"/>)
-невозможно использовать для обработки запросов, исходящих от модуля
-<literal>ngx_http_auth_request_module</literal>.
-</note>
+В данный момент ответы на авторизационные подзапросы не могут быть закэшированы
+(с использованием директив
+<link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
+<link doc="ngx_http_proxy_module.xml" id="proxy_store"/> и т.п.).
 </para>
 
 </section>