Module ngx_http_empty_gif_module

From Get docs
Nginx/docs/latest/http/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-2021 Igor Sysoev
© 2011-2021 Nginx, Inc.
Licensed under the BSD License.
https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html