Getting Google Cloud CDN to serve stale file on 404 – Nginx
My frontend runs on nginx, and I'm serving a bunch of .chunk.js files that are built from react. Every time I update my frontend, I rebuild the docker image and update the kubernetes deployment. However, some users might still be…