view xml/ru/docs/http/ngx_http_empty_gif_module.xml @ 2865:0d355d154181

Corrected syntax of ssl_conf_command and friends. Each directive takes exactly two arguments: command name and value.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 Jun 2022 14:00:09 +0400
parents 764fbac1b8b4
children
line wrap: on
line source

<?xml version="1.0"?>

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!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"
        rev="1">

<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>