diff --git a/alfa-client/libs/design-system/nginx.conf b/alfa-client/libs/design-system/nginx.conf index 7a117673cbc8ad6878cc5241ad02dc4e1dd0aa03..84da5283449a85072c5d235381383eee86a44d49 100644 --- a/alfa-client/libs/design-system/nginx.conf +++ b/alfa-client/libs/design-system/nginx.conf @@ -35,8 +35,8 @@ http { root /usr/share/nginx/html/design-system/; index index.html index.htm; - add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"; - add_header Expires "0"; + #add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"; + #add_header Expires "0"; }