location ~ .*.(html)$ {
add_header Cache-Control no-store;
add_header Pragma no-cache;
}
location ~ .*.(js|css|gif|jpg|jpeg|png|bmp|swf)$ {
add_header Cache-Control no-store;
}
location ~ .*.(html)$ {
add_header Cache-Control no-store;
add_header Pragma no-cache;
}
location ~ .*.(js|css|gif|jpg|jpeg|png|bmp|swf)$ {
add_header Cache-Control no-store;
}
本文标题:nginx清除浏览器缓存
本文链接:https://www.haomeiwen.com/subject/frblnrtx.html
网友评论