changeset 429:2b9507b2cdf3

List all sources of internal requests.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 07:46:43 +0000
parents fc2bd185dc02
children 570b312367bd
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 22 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- 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:
 <list type="bullet">
 
 <listitem>
-requests redirected by the <link id="error_page"/> directive;
+requests redirected by the
+<link id="error_page"/>,
+<link doc="ngx_http_index_module.xml" id="index"/>,
+<link doc="ngx_http_random_index_module.xml" id="random_index"/>, and
+<link id="try_files"/> directives;
+</listitem>
+
+<listitem>
+requests redirected by the <header>X-Accel-Redirect</header>
+response header field from an upstream server;
 </listitem>
 
 <listitem>
@@ -675,13 +684,7 @@ command of the module
 
 <listitem>
 requests changed by the
-<link doc="ngx_http_rewrite_module.xml" id="rewrite"/>
-directive;
-</listitem>
-
-<listitem>
-requests redirected by the <header>X-Accel-Redirect</header>
-response header field from an upstream server.
+<link doc="ngx_http_rewrite_module.xml" id="rewrite"/> directive.
 </listitem>
 
 </list>
--- 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 {
 <list type="bullet">
 
 <listitem>
-запросы, перенаправленные директивой <link id="error_page"/>;
+запросы, перенаправленные директивами
+<link id="error_page"/>,
+<link doc="ngx_http_index_module.xml" id="index"/>,
+<link doc="ngx_http_random_index_module.xml" id="random_index"/> и
+<link id="try_files"/>;
+</listitem>
+
+<listitem>
+запросы, перенаправленные с помощью поля
+<header>X-Accel-Redirect</header> заголовка ответа вышестоящего сервера;
 </listitem>
 
 <listitem>
@@ -661,12 +670,7 @@ location @fallback {
 
 <listitem>
 запросы, изменённые директивой
-<link doc="ngx_http_rewrite_module.xml" id="rewrite"/>;
-</listitem>
-
-<listitem>
-запросы, перенаправленные с помощью поля
-<header>X-Accel-Redirect</header> заголовка ответа вышестоящего сервера.
+<link doc="ngx_http_rewrite_module.xml" id="rewrite"/>.
 </listitem>
 
 </list>