W3cubDocs

/nginx

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