在nginx配置文件中加入:
location ~ .*\.(css|js|swf|php|htm|html )$ {
add_header Cache-Control no-store;
add_header Pragma no-cache;
add_header Expires 0;
}
网友回复
在nginx配置文件中加入:
location ~ .*\.(css|js|swf|php|htm|html )$ {
add_header Cache-Control no-store;
add_header Pragma no-cache;
add_header Expires 0;
}
网友回复