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;
}

 

posted @ 2020-11-10 17:24  newmiracle宇宙  阅读(562)  评论(0)    收藏  举报