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

Updated the Chinese documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Dec 2012 06:34:37 +0000
parents
children
comparison
equal deleted inserted replaced
791:15f2bab0740d 792:ceb8a4e374b7
1 <?xml version="1.0"?>
2
3 <!--
4 Copyright (C) Igor Sysoev
5 Copyright (C) Nginx, Inc.
6 -->
7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9
10 <module name="ngx_http_empty_gif_module 模块"
11 link="/cn/docs/http/ngx_http_empty_gif_module.html"
12 lang="cn"
13 translator="yzprofile"
14 rev="1">
15
16
17 <section id="summary">
18
19 <para>
20 模块 <literal>ngx_http_empty_gif_module</literal> 只返回一个透明像素的GIF图片。
21 </para>
22
23 </section>
24
25
26 <section id="example" name="配置范例">
27
28 <para>
29 <example>
30 location = /_.gif {
31 empty_gif;
32 }
33 </example>
34 </para>
35
36 </section>
37
38
39 <section id="directives" name="指令">
40
41 <directive name="empty_gif">
42 <syntax/>
43 <default/>
44 <context>location</context>
45
46 <para>
47 在当前location里使用这个模块处理请求。
48 </para>
49
50 </directive>
51
52 </section>
53
54 </module>