diff xml/en/docs/http/ngx_http_sub_module.xml @ 1807:dc1e51247404

Described inheritance model for sub_filter.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Oct 2016 21:09:16 +0300
parents 2a79b38f640b
children eeed494bba51
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_sub_module.xml	Tue Oct 04 17:18:14 2016 +0300
+++ b/xml/en/docs/http/ngx_http_sub_module.xml	Tue Oct 04 21:09:16 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_sub_module"
         link="/en/docs/http/ngx_http_sub_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -58,6 +58,8 @@
 The string to replace (1.9.4) and replacement string can contain variables.
 Several <literal>sub_filter</literal> directives
 can be specified on one configuration level (1.9.4).
+These directives are inherited from the previous level if and only if there are
+no <literal>sub_filter</literal> directives defined on the current level.
 </para>
 
 </directive>