nginx

Module ngx_http_empty_gif_module


english
русский

简体中文
עברית
日本語
türkçe

news
about
download
security advisories
documentation
pgp keys
faq
links
books
support
donation

trac
wiki
twitter
nginx.com
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.