view xml/cn/docs/http/ngx_http_empty_gif_module.xml @ 1202:2d3dd37a0fc8

Fixed the pubDate element spelling. While most feed readers happily ignore the improper lowercase spelling of the element, some feed validators and aggregators are picky and mark the feed as broken.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 22 May 2014 14:44:42 +0400
parents ceb8a4e374b7
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="/cn/docs/http/ngx_http_empty_gif_module.html"
        lang="cn"
        translator="yzprofile"
        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里使用这个模块处理请求。
</para>

</directive>

</section>

</module>