# HG changeset patch # User Ruslan Ermilov # Date 1319563293 0 # Node ID 19c36eed784e6f2a60a4bf88cf13ae490903650d # Parent 682163f2b2980caa9f17168c4c9d022cdd380490 Initial translation of the ngx_http_empty_gif_module documentation. diff -r 682163f2b298 -r 19c36eed784e xml/en/GNUmakefile --- a/xml/en/GNUmakefile Tue Oct 25 13:28:36 2011 +0000 +++ b/xml/en/GNUmakefile Tue Oct 25 17:21:33 2011 +0000 @@ -24,6 +24,7 @@ REFS_EN = en/docs/ngx_core_module \ en/docs/http/ngx_http_core_module \ + en/docs/http/ngx_http_empty_gif_module \ en/docs/http/ngx_http_mp4_module \ HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml) diff -r 682163f2b298 -r 19c36eed784e xml/en/docs/http/ngx_http_empty_gif_module.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/en/docs/http/ngx_http_empty_gif_module.xml Tue Oct 25 17:21:33 2011 +0000 @@ -0,0 +1,47 @@ + + + + + + +
+ + +The module ngx_http_empty_gif_module emits +one-pixel transparent GIF. + + +
+ + +
+ + + + location = /_.gif { + empty_gif; + } + + + +
+ + +
+ + + + +location + + +Enables emitting of one-pixel transparent GIF. + + + + +
+ +
diff -r 682163f2b298 -r 19c36eed784e xml/en/docs/index.xml --- a/xml/en/docs/index.xml Tue Oct 25 13:28:36 2011 +0000 +++ b/xml/en/docs/index.xml Tue Oct 25 17:21:33 2011 +0000 @@ -58,6 +58,11 @@ + +ngx_http_empty_gif_module + + + ngx_http_mp4_module