Azure – What HTTP cache headers should nsgw.json be served with?
I'm deploying an Angular 11 app to an Azure AppService. The app uses a Service Worker. My users are experiencing caching issues. I've fixed a lot of these by setting the cache control header on the index.html to no-cahce, but…