我在生产环境中有一个web应用程序。用户每天都在使用它,当我发布更新时,当用户返回到web应用程序时,他/她会查看web应用程序的旧版本。他需要刷新浏览器才能加载新版本。我该如何解决这个问题?我不能让数百个用户在每次发布更新时都刷新页面(一周3-4次)。我使用以下代码来构建我的前端应用程序: Angular4 with angular-cli
I have cached js,css and html files using nginx to improve web page performance.how can i invalidate nginx cache for specific cache key?I have implemented like follows:
使URl失效: --从nginx反向代理缓存中删除页。位置^~ /失效_缓存_url/{允许127.0.0.1;拒绝all;proxy