# HG changeset patch # User Ruslan Ermilov # Date 1330415203 0 # Node ID 2b9507b2cdf3abaf7957519e33d72d6afba5005e # Parent fc2bd185dc0207eaa9448118e8a803ab4ae51a89 List all sources of internal requests. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -663,7 +663,16 @@ Internal requests are the following: -requests redirected by the directive; +requests redirected by the +, +, +, and + directives; + + + +requests redirected by the
X-Accel-Redirect
+response header field from an upstream server;
@@ -675,13 +684,7 @@ command of the module requests changed by the - -directive; - - - -requests redirected by the
X-Accel-Redirect
-response header field from an upstream server. + directive.
diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -649,7 +649,16 @@ location @fallback { -запросы, перенаправленные директивой ; +запросы, перенаправленные директивами +, +, + и +; + + + +запросы, перенаправленные с помощью поля +
X-Accel-Redirect
заголовка ответа вышестоящего сервера;
@@ -661,12 +670,7 @@ location @fallback { запросы, изменённые директивой -; - - - -запросы, перенаправленные с помощью поля -
X-Accel-Redirect
заголовка ответа вышестоящего сервера. +.