view xml/ru/docs/http/ngx_http_empty_gif_module.xml @ 438:b27974b92a58

- corrected the description of the from= parameter of the disable_symlinks directive, added a note about modules that do not currently respect this directive - mentioned that ngx_http_addition_module's directives also make internal requests
author Ruslan Ermilov <ru@nginx.com>
date Thu, 01 Mar 2012 16:46:47 +0000
parents a4fa80755eab
children be54c443235a
line wrap: on
line source

<?xml version="1.0"?>

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

</section>


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

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

</section>


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

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

<para>
Разрешает в содержащем location выдавать однопиксельный прозрачный GIF.
</para>

</directive>

</section>

</module>