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