+
81
-

回答

在nginx配置文件中加入:

location ~ .*\.(css|js|swf|php|htm|html )$ {
add_header Cache-Control no-store;
add_header Pragma no-cache;
add_header Expires 0;
}


网友回复

我知道答案,我要回答