changeset 400:eb993ee8c230

Internal requests include those redirected by "X-Accel-Redirect".
author Ruslan Ermilov <ru@nginx.com>
date Tue, 07 Feb 2012 11:05:47 +0000
parents a56540cdcea5
children 0c17952298aa
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Feb 07 11:01:25 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Feb 07 11:05:47 2012 +0000
@@ -614,7 +614,12 @@
 <listitem>
 requests changed by the
 <link doc="ngx_http_rewrite_module.xml" id="rewrite"/>
-directive.
+directive;
+</listitem>
+
+<listitem>
+requests redirected by the <header>X-Accel-Redirect</header>
+response header field from an upstream server.
 </listitem>
 
 </list>
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue Feb 07 11:01:25 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Feb 07 11:05:47 2012 +0000
@@ -594,12 +594,16 @@
 “<command>include virtual</command>”
 модуля
 <link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>;
-ngx_http_ssi_module;
 </listitem>
 
 <listitem>
 запросы, изменённые директивой
-<link doc="ngx_http_rewrite_module.xml" id="rewrite"/>.
+<link doc="ngx_http_rewrite_module.xml" id="rewrite"/>;
+</listitem>
+
+<listitem>
+запросы, перенаправленные с помощью поля
+<header>X-Accel-Redirect</header> заголовка ответа вышестоящего сервера.
 </listitem>
 
 </list>