comparison xml/en/docs/http/ngx_http_addition_module.xml @ 775:813b8349cdbe

Expanded the literal empty strings into words.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Nov 2012 13:45:26 +0000
parents c0daabbd8c21
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
774:8ff309263cb9 775:813b8349cdbe
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_addition_module" 10 <module name="Module ngx_http_addition_module"
11 link="/en/docs/http/ngx_http_addition_module.html" 11 link="/en/docs/http/ngx_http_addition_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_addition_module</literal> module is a filter 18 The <literal>ngx_http_addition_module</literal> module is a filter
49 <context>location</context> 49 <context>location</context>
50 50
51 <para> 51 <para>
52 Adds a text returned as a result of processing a given subrequest, 52 Adds a text returned as a result of processing a given subrequest,
53 before the response body. 53 before the response body.
54 The <literal>""</literal> parameter disables addition inherited from 54 An empty string (<literal>""</literal>) as a parameter cancels addition
55 the previous configuration level. 55 inherited from the previous configuration level.
56 </para> 56 </para>
57 57
58 </directive> 58 </directive>
59 59
60 60
66 <context>location</context> 66 <context>location</context>
67 67
68 <para> 68 <para>
69 Adds a text returned as a result of processing a given subrequest, 69 Adds a text returned as a result of processing a given subrequest,
70 after the response body. 70 after the response body.
71 The <literal>""</literal> parameter disables addition inherited from 71 An empty string (<literal>""</literal>) as a parameter cancels addition
72 the previous configuration level. 72 inherited from the previous configuration level.
73 </para> 73 </para>
74 74
75 </directive> 75 </directive>
76 76
77 77