ngx_http_empty_gif_module

Module ngx_http_empty_gif_module

The ngx_http_empty_gif_module module emits single-pixel transparent GIF.

Example Configuration

location = /_.gif {
    empty_gif;
}

Directives

Syntax: empty_gif;
Default:
Context: location

Turns on module processing in a surrounding location.

© 2002-2017 Igor Sysoev
© 2011-2017 Nginx, Inc.
Licensed under the BSD License.
https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部