nginx设置清除微信浏览器缓存

location / {
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
}

域名访问肯定可以 如果html结尾访问我就说不好了

posted @ 2024-08-08 21:41  newmiracle宇宙  阅读(20)  评论(0编辑  收藏  举报