comparison xml/en/docs/http/ngx_http_rewrite_module.xml @ 674:c48c0936b4df

Documented internal redirections limit.
author Vladimir Homutov <vl@nginx.com>
date Fri, 07 Sep 2012 13:00:26 +0000
parents f2d8603813b0
children 6b6585577c33
comparison
equal deleted inserted replaced
673:f2d8603813b0 674:c48c0936b4df
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_rewrite_module" 10 <module name="Module ngx_http_rewrite_module"
11 link="/en/docs/http/ngx_http_rewrite_module.html" 11 link="/en/docs/http/ngx_http_rewrite_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_rewrite_module</literal> module allows to 18 The <literal>ngx_http_rewrite_module</literal> module allows to
36 36
37 <listitem> 37 <listitem>
38 the directives of this module specified in the selected 38 the directives of this module specified in the selected
39 <link doc="ngx_http_core_module.xml" id="location"/> are processed, 39 <link doc="ngx_http_core_module.xml" id="location"/> are processed,
40 and if they changed a URI, a new location is searched for the new URI. 40 and if they changed a URI, a new location is searched for the new URI.
41 This cycle may be repeated up to 10 times after which the error 41 This cycle may be repeated up to
42 <http-status code="500" text="Internal Server Error"/> is returned. 42 <link doc="ngx_http_core_module.xml" id="internal">10 times</link>
43 after which the error <http-status code="500" text="Internal Server Error"/>
44 is returned.
43 </listitem> 45 </listitem>
44 46
45 </list> 47 </list>
46 </para> 48 </para>
47 49