nginx配置,nginx.conf配置如下内容。

`
location ~ .*.(gif|jpg|jpeg|png|bmp|swf|js|css)$ {
#禁止缓存,每次都从服务器请求
add_header Cache-Control no-store;
}
`


请鹅出战
328 声望3 粉丝

当我带上墨镜,也许我就真的瞎了。