模块 ngx_http_empty_gif_module

示例配置
指令
     empty_gif

ngx_http_empty_gif_module 模块发出单个像素的透明 GIF 图像。

示例配置

location = /_.gif {
    empty_gif;
}

指令

语法 empty_gif;
默认值
上下文 location

在周围的 location 中启用模块处理。