comparison xml/en/docs/http/ngx_http_sub_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents ae785c6aaa91
children 80aba0439f7d
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
51 <context>http</context> 51 <context>http</context>
52 <context>server</context> 52 <context>server</context>
53 <context>location</context> 53 <context>location</context>
54 54
55 <para> 55 <para>
56 Sets a string that needs to be changed, and a replacement string. 56 Sets a string to replace and a replacement string.
57 The string to be replaced is matched ignoring the case. 57 The string to replace is matched ignoring the case.
58 A replacement string can contain variables. 58 The replacement string can contain variables.
59 </para> 59 </para>
60 60
61 </directive> 61 </directive>
62 62
63 63
68 <context>server</context> 68 <context>server</context>
69 <context>location</context> 69 <context>location</context>
70 <appeared-in>1.5.1</appeared-in> 70 <appeared-in>1.5.1</appeared-in>
71 71
72 <para> 72 <para>
73 Allows to preserve the <header>Last-Modified</header> header field 73 Allows preserving the <header>Last-Modified</header> header field
74 from the original response during replacement 74 from the original response during replacement
75 to facilitate response caching. 75 to facilitate response caching.
76 </para> 76 </para>
77 77
78 <para> 78 <para>
89 <context>http</context> 89 <context>http</context>
90 <context>server</context> 90 <context>server</context>
91 <context>location</context> 91 <context>location</context>
92 92
93 <para> 93 <para>
94 Determines how many times to look for a string to be replaced, 94 Indicates whether to look for a string to replace once or
95 once or several times. 95 several times.
96 </para> 96 </para>
97 97
98 </directive> 98 </directive>
99 99
100 100