ngx_http_empty_gif_module

The ngx_http_empty_gif_module keeps a 1x1 transparent GIF in memory that can be served very quickly. Sample usage:

location = /_.gif {
    empty_gif;
}

Directives

empty_gif

syntax: empty_gif

default: n/a

context: location

References

Original Documentation

NginxHttpEmptyGifModule (last edited 2006-12-19 12:05:15 by localhost)