最佳答案
在其中声明具有严格匹配和缓存的位置:
原文链接:https://www.f2er.com/nginx/435627.htmllocation = / {
proxy_pass ...;
proxy_cache ...;
}
location = / {
proxy_pass ...;
proxy_cache ...;
}