view xml/ru/docs/http/ngx_http_empty_gif_module.xml @ 110:40eec261c2a6

Added proper support for anonymous sections, notably for the summary. Changed DTD to always require section IDs.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 09:19:41 +0000
parents c76a257f3fd4
children bfe3eff81d04
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">

<module name="Директивы модуля ngx_http_empty_gif_module"
        link="/ru/docs/http/ngx_http_empty_gif_module.html"
        lang="ru">

<section id="summary">

<para>
Модуль ngx_http_empty_gif_module выдаёт одно-пиксельный прозрачный GIF.
</para>

</section>


<section name="Пример конфигурации" id="example">

<para>
<example>
    location = /_.gif {
        empty_gif;
    }
</example>
</para>

</section>


<section name="Директивы" id="directives">

<directive name="empty_gif">
<syntax/>
<default/>
<context>location</context>

<para>
Директива разрешает выдавать одно-пиксельный прозрачный GIF.
</para>

</directive>

</section>

</module>