comparison xml/en/docs/http/ngx_http_sub_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents dc1e51247404
children
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
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="5"> 13 rev="6">
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
55 <para> 55 <para>
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 the same configuration level (1.9.4).
61 These directives are inherited from the previous level if and only if there are 61 These directives are inherited from the previous configuration level
62 no <literal>sub_filter</literal> directives defined on the current level. 62 if and only if there are no <literal>sub_filter</literal> directives
63 defined on the current level.
63 </para> 64 </para>
64 65
65 </directive> 66 </directive>
66 67
67 68