comparison xml/cn/docs/http/ngx_http_addition_module.xml @ 792:ceb8a4e374b7

Updated the Chinese documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Dec 2012 06:34:37 +0000
parents 9934338f83af
children
comparison
equal deleted inserted replaced
791:15f2bab0740d 792:ceb8a4e374b7
21 </para> 21 </para>
22 22
23 </section> 23 </section>
24 24
25 25
26 <section id="example" name="Example Configuration"> 26 <section id="example" name="配置示例">
27 27
28 <para> 28 <para>
29 <example> 29 <example>
30 location / { 30 location / {
31 add_before_body /before_action; 31 add_before_body /before_action;
35 </para> 35 </para>
36 36
37 </section> 37 </section>
38 38
39 39
40 <section id="directives" name="Directives"> 40 <section id="directives" name="指令">
41 41
42 <directive name="add_before_body"> 42 <directive name="add_before_body">
43 <syntax><value>uri</value></syntax> 43 <syntax><value>uri</value></syntax>
44 <default/> 44 <default/>
45 <context>location</context> 45 <context>location</context>