diff xml/en/docs/http/ngx_http_core_module.xml @ 429:2b9507b2cdf3

List all sources of internal requests.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 07:46:43 +0000
parents 1d6dc85ed324
children 3a9f39341c7c
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Feb 27 12:21:21 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Feb 28 07:46:43 2012 +0000
@@ -663,7 +663,16 @@
 <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 @@
 
 <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>