diff --git a/make/photon/portal/nginx.conf b/make/photon/portal/nginx.conf index 96da5243f..475fa6e6d 100644 --- a/make/photon/portal/nginx.conf +++ b/make/photon/portal/nginx.conf @@ -30,5 +30,9 @@ http { location / { try_files $uri $uri/ /index.html; } + + location = /index.html { + add_header Cache-Control "no-store, no-cache, must-revalidate"; + } } } \ No newline at end of file