FAQ

Page Discussion Edit History

NginxHttpEmptyGifModule

Contents

Edit section: Synopsis 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 section: Directives Directives

Edit section: empty_gif empty_gif

syntax: empty_gif

default: n/a

context: location

Edit section: References References

Original Documentation