diff xml/en/docs/http/ngx_http_rewrite_module.xml @ 2057:dd78dd9e2cb7

Corrected directive processing order in the rewrite module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 11 Oct 2017 15:11:21 +0300
parents 2a3c58dcb3e8
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_rewrite_module.xml
+++ b/xml/en/docs/http/ngx_http_rewrite_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_rewrite_module"
         link="/en/docs/http/ngx_http_rewrite_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -21,7 +21,8 @@ conditionally select configurations.
 </para>
 
 <para>
-The <literal>ngx_http_rewrite_module</literal> module directives are
+The <link id="break"/>, <link id="if"/>, <link id="return"/>,
+<link id="rewrite"/>, and <link id="set"/> directives are
 processed in the following order:
 <list type="bullet">