comparison xml/en/docs/http/ngx_http_sub_module.xml @ 1554:80aba0439f7d

Sub filter: documented variables support in strings to replace.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 18 Aug 2015 17:00:38 +0300
parents 95c3c3bbf1ce
children 2a79b38f640b
comparison
equal deleted inserted replaced
1553:b039a03a17fb 1554:80aba0439f7d
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="2"> 13 rev="3">
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
53 <context>location</context> 53 <context>location</context>
54 54
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 replacement string can contain variables. 58 The string to replace (1.9.4) and replacement string can contain variables.
59 </para> 59 </para>
60 60
61 </directive> 61 </directive>
62 62
63 63