nginx去掉304 Not Modified

tech2024-07-31  50

配置文件如下:

location / { expires -1; if_modified_since off; add_header Last-Modified ""; add_header Cache-Control no-cache; etag off; ...... }

 

最新回复(0)