FAQ

Page Discussion Edit History

HttpEmptyGifModule

Contents

[edit] 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;
}

[edit] Directives

[edit] empty_gif

Syntax: empty_gif
Default:
Context: location
Reference:empty_gif


[edit] References

Original Documentation