nginx-http之empty_gif(五)

语法

用法

server {
        listen       8181;
        server_name  localhost;
        charset utf-8;
 
	location ~* /a/ {
	      empty_gif; // nginx 位于内存中,读取速度快 ; 1x1的空白图
	}
	...	
}
posted @ 2020-09-22 08:52  pengsn  阅读(249)  评论(0编辑  收藏  举报