nginx.cof
if ($request_filename = config.js) {
add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
}
这句if里写的对吗,如何调试这种简单的判断
nginx.cof
if ($request_filename = config.js) {
add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
}
这句if里写的对吗,如何调试这种简单的判断
10 回答11.4k 阅读
4 回答3.2k 阅读✓ 已解决
2 回答2.9k 阅读✓ 已解决
3 回答5.2k 阅读✓ 已解决
2 回答3.6k 阅读✓ 已解决
3 回答2.5k 阅读✓ 已解决
3 回答2.3k 阅读✓ 已解决
用curl命令呗,把response header打出来看看有没有:
希望能帮助到你。