FAQ

Page Discussion Edit History

HttpEmptyGifModule

(Difference between revisions)
(Directives)
(Directives)
 
Line 11: Line 11:
 
= Directives =
 
= Directives =
 
== empty_gif ==
 
== empty_gif ==
<include wikitext nopre src="http://wiki.nginx.org/nginx.org/ngx_http_empty_gif_module/empty_gif.txt" />
+
<include wikitext nopre src="http://wiki.nginx.org/nginx.org/http/ngx_http_empty_gif_module/empty_gif.txt" />
  
 
= References =
 
= References =
 
[http://nginx.org/en/docs/http/ngx_http_empty_gif_module.html Original Documentation]
 
[http://nginx.org/en/docs/http/ngx_http_empty_gif_module.html Original Documentation]

Latest revision as of 19:28, 2 May 2012

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