浏览器缓存重写的URL。如何防止其被缓存?

时间:2019-05-13 10:58:44

标签: reactjs nginx caching url-rewriting nginx-reverse-proxy

我正在使用nginx重写网址

location /ReeferUI/Reports/ {
       rewrite ^ /ReeferUI/index.html break;
       proxy_pass  http://localhost:8083/ReeferUI;
       proxy_set_header Host $host;
      }

它工作正常,但是正在缓存我不需要的index.html。

如何防止浏览器缓存重定向网址?

0 个答案:

没有答案