comparison xml/en/docs/http/ngx_http_addition_module.xml @ 690:c0daabbd8c21

Rolled back default values descriptions for add_*_body directives.
author Vladimir Homutov <vl@nginx.com>
date Thu, 27 Sep 2012 10:48:22 +0000
parents 3f43a59a1dba
children 813b8349cdbe
comparison
equal deleted inserted replaced
689:3cc1c7bb0674 690:c0daabbd8c21
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="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_addition_module</literal> module is a filter 18 The <literal>ngx_http_addition_module</literal> module is a filter
41 41
42 <section id="directives" name="Directives"> 42 <section id="directives" name="Directives">
43 43
44 <directive name="add_before_body"> 44 <directive name="add_before_body">
45 <syntax><value>uri</value></syntax> 45 <syntax><value>uri</value></syntax>
46 <default>""</default> 46 <default/>
47 <context>http</context> 47 <context>http</context>
48 <context>server</context> 48 <context>server</context>
49 <context>location</context> 49 <context>location</context>
50 50
51 <para> 51 <para>
58 </directive> 58 </directive>
59 59
60 60
61 <directive name="add_after_body"> 61 <directive name="add_after_body">
62 <syntax><value>uri</value></syntax> 62 <syntax><value>uri</value></syntax>
63 <default>""</default> 63 <default/>
64 <context>http</context> 64 <context>http</context>
65 <context>server</context> 65 <context>server</context>
66 <context>location</context> 66 <context>location</context>
67 67
68 <para> 68 <para>