From af85d2354c94fd1fa0628b9afe392a5ea527ac32 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 9 Sep 2024 15:38:34 +0200 Subject: [PATCH] Update alfa-client/libs/design-system/nginx.conf --- alfa-client/libs/design-system/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alfa-client/libs/design-system/nginx.conf b/alfa-client/libs/design-system/nginx.conf index 7a117673cb..84da528344 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"; } -- GitLab