ngx_http_empty_gif_module

Module ngx_http_empty_gif_module

https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html

The ngx_http_empty_gif_module module emits single-pixel transparent GIF.

Example Configuration

location = /_.gif {
    empty_gif;
}

Directives

empty_gif

Syntax:empty_gif;

Default: —

Context: location

Turns on module processing in a surrounding location.

最后修改 August 15, 2023: 更新 (3d85506)