Module ngx_http_empty_gif_module

nginx


english
עברית
日本語
русский
türkçe

news

about
download
security advisories
documentation
introduction
pgp keys
howto
faq
trac
wiki
links
books
support
donation
nginx.com
@nginxorg
Example Configuration
Directives
     empty_gif

The module ngx_http_empty_gif_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.