ngx_http_empty_gif_module

ngx_http_empty_gif_module 模块发送单像素透明 GIF。

示例配置

location = /_.gif {
    empty_gif;
}
1
2
3

指令

empty_gif

-说明
语法empty_gif;
默认——
上下文location

开启针对 location 的模块处理。

原文档

http://nginx.org/en/docs/http/ngx_http_empty_gif_module.htmlopen in new window

Last Updated: 10/19/2021, 2:11:05 PM
Contributors: frisktale