少于1分钟
https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html
The ngx_http_empty_gif_module
module emits single-pixel transparent GIF.
location = /_.gif {
empty_gif;
}
Syntax:empty_gif;
Default: —
Context: location
Turns on module processing in a surrounding location.