Synopsis
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