comparison xml/ru/docs/http/ngx_http_empty_gif_module.xml @ 321:f28abb2ea638

Revision.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 16 Jan 2012 11:12:08 +0000
parents bfe3eff81d04
children a4fa80755eab
comparison
equal deleted inserted replaced
320:197ac51e7f0e 321:f28abb2ea638
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 3 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
4 4
5 <module name="Директивы модуля ngx_http_empty_gif_module" 5 <module name="Модуль ngx_http_empty_gif_module"
6 link="/ru/docs/http/ngx_http_empty_gif_module.html" 6 link="/ru/docs/http/ngx_http_empty_gif_module.html"
7 lang="ru"> 7 lang="ru">
8 8
9 <section id="summary"> 9 <section id="summary">
10 10
11 <para> 11 <para>
12 Модуль ngx_http_empty_gif_module выдаёт одно-пиксельный прозрачный GIF. 12 Модуль <literal>ngx_http_empty_gif_module</literal> выдаёт
13 однопиксельный прозрачный GIF.
13 </para> 14 </para>
14 15
15 </section> 16 </section>
16 17
17 18
18 <section name="Пример конфигурации" id="example"> 19 <section id="example" name="Пример конфигурации">
19 20
20 <para> 21 <para>
21 <example> 22 <example>
22 location = /_.gif { 23 location = /_.gif {
23 empty_gif; 24 empty_gif;
26 </para> 27 </para>
27 28
28 </section> 29 </section>
29 30
30 31
31 <section name="Директивы" id="directives"> 32 <section id="directives" name="Директивы">
32 33
33 <directive name="empty_gif"> 34 <directive name="empty_gif">
34 <syntax/> 35 <syntax/>
35 <default/> 36 <default/>
36 <context>location</context> 37 <context>location</context>
37 38
38 <para> 39 <para>
39 Директива разрешает выдавать одно-пиксельный прозрачный GIF. 40 Разрешает в содержащем location выдавать однопиксельный прозрачный GIF.
40 </para> 41 </para>
41 42
42 </directive> 43 </directive>
43 44
44 </section> 45 </section>