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里写的对吗,如何调试这种简单的判断
13 回答12.9k 阅读
8 回答2.7k 阅读
2 回答5.1k 阅读✓ 已解决
5 回答1.3k 阅读
3 回答2.3k 阅读✓ 已解决
5 回答1.5k 阅读✓ 已解决
3 回答2.2k 阅读
用curl命令呗,把response header打出来看看有没有:
希望能帮助到你。