comparison 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
comparison
equal deleted inserted replaced
1806:d6dc649957ab 1807:dc1e51247404
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_sub_module" 10 <module name="Module ngx_http_sub_module"
11 link="/en/docs/http/ngx_http_sub_module.html" 11 link="/en/docs/http/ngx_http_sub_module.html"
12 lang="en" 12 lang="en"
13 rev="4"> 13 rev="5">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_sub_module</literal> module is a filter 18 The <literal>ngx_http_sub_module</literal> module is a filter
56 Sets a string to replace and a replacement string. 56 Sets a string to replace and a replacement string.
57 The string to replace is matched ignoring the case. 57 The string to replace is matched ignoring the case.
58 The string to replace (1.9.4) and replacement string can contain variables. 58 The string to replace (1.9.4) and replacement string can contain variables.
59 Several <literal>sub_filter</literal> directives 59 Several <literal>sub_filter</literal> directives
60 can be specified on one configuration level (1.9.4). 60 can be specified on one configuration level (1.9.4).
61 These directives are inherited from the previous level if and only if there are
62 no <literal>sub_filter</literal> directives defined on the current level.
61 </para> 63 </para>
62 64
63 </directive> 65 </directive>
64 66
65 67