diff --git a/nginx/dev.conf b/nginx/dev.conf index 1853920bdf191ce6c1a16a60e6a1705805475e5d..ac28f878faba15109f185c64e4cb8196664846b1 100644 --- a/nginx/dev.conf +++ b/nginx/dev.conf @@ -36,6 +36,11 @@ server { })(); </script>"; + location ~ /index.html|.*\.json$ { + expires -1; + add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; + } + location / { # Redirect outdated nav if ($outdated = 1){