nginx-http之empty_gif(五)

语法

用法

server {
        listen       8181;
        server_name  localhost;
        charset utf-8;
 
	location ~* /a/ {
	      empty_gif; // nginx 位于内存中,读取速度快 ; 1x1的空白图
	}
	...	
}
原文地址:https://www.cnblogs.com/pengsn/p/13710087.html