# HG changeset patch # User Ruslan Ermilov # Date 1328612747 0 # Node ID eb993ee8c230dd87060464f4a5b8f4a1b69acb22 # Parent a56540cdcea5805e32abe740621212098d9fab44 Internal requests include those redirected by "X-Accel-Redirect". 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 @@ -614,7 +614,12 @@ command of the module requests changed by the -directive. +directive; + + + +requests redirected by the
X-Accel-Redirect
+response header field from an upstream server.
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 @@ -594,12 +594,16 @@ location @fallback { “include virtual” модуля ngx_http_ssi_module; -ngx_http_ssi_module; запросы, изменённые директивой -. +; + + + +запросы, перенаправленные с помощью поля +
X-Accel-Redirect
заголовка ответа вышестоящего сервера.