comparison xml/en/docs/http/ngx_http_empty_gif_module.xml @ 149:19c36eed784e

Initial translation of the ngx_http_empty_gif_module documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 17:21:33 +0000
parents
children 39dd017f016f
comparison
equal deleted inserted replaced
148:682163f2b298 149:19c36eed784e
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
4
5 <module name="Module ngx_http_empty_gif_module"
6 link="/en/docs/http/ngx_http_empty_gif_module.html"
7 lang="en">
8
9 <section id="summary">
10
11 <para>
12 The module <code>ngx_http_empty_gif_module</code> emits
13 one-pixel transparent GIF.
14 </para>
15
16 </section>
17
18
19 <section name="Example Configuration" id="example">
20
21 <para>
22 <example>
23 location = /_.gif {
24 empty_gif;
25 }
26 </example>
27 </para>
28
29 </section>
30
31
32 <section name="Directives" id="directives">
33
34 <directive name="empty_gif">
35 <syntax/>
36 <default/>
37 <context>location</context>
38
39 <para>
40 Enables emitting of one-pixel transparent GIF.
41 </para>
42
43 </directive>
44
45 </section>
46
47 </module>