changeset 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 af6f326dee75
children eb58ee50561d
files xml/en/docs/http/ngx_http_rewrite_module.xml xml/ru/docs/http/ngx_http_rewrite_module.xml
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_rewrite_module.xml	Wed Oct 11 12:00:58 2017 +0300
+++ b/xml/en/docs/http/ngx_http_rewrite_module.xml	Wed Oct 11 15:11:21 2017 +0300
@@ -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 @@
 </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">
 
--- a/xml/ru/docs/http/ngx_http_rewrite_module.xml	Wed Oct 11 12:00:58 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_rewrite_module.xml	Wed Oct 11 15:11:21 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_rewrite_module"
         link="/ru/docs/http/ngx_http_rewrite_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -21,7 +21,8 @@
 </para>
 
 <para>
-Директивы модуля <literal>ngx_http_rewrite_module</literal>
+Директивы <link id="break"/>, <link id="if"/>, <link id="return"/>,
+<link id="rewrite"/> и <link id="set"/>
 обрабатываются в следующем порядке:
 <list type="bullet">