ngx_http_empty_gif_module 模块

示例配置
指令
     empty_gif

ngx_http_empty_gif_module 模块输出单像素透明 GIF。

示例配置

location = /_.gif {
    empty_gif;
}

指令

语法 empty_gif;
默认值
上下文 location

启用模块在其所在的 location 中的处理。