模块 ngx_http_empty_gif_module 只返回一个透明像素的GIF图片。
ngx_http_empty_gif_module
location = /_.gif { empty_gif; }
empty_gif;
location
在当前location里使用这个模块处理请求。