From 62b137fa1f4dfd965938a99db8c7fda51b411e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 7 Apr 2026 12:03:58 +0200 Subject: [PATCH] fix in reverse --- reverse-proxy/nginx.conf.template | 1 - 1 file changed, 1 deletion(-) diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index 5038b14..e78f843 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -43,7 +43,6 @@ server { location ~* \.(?:css|js|mjs|png|jpg|jpeg|gif|svg|ico|webp|woff2?)$ { proxy_pass http://web:80/; - expires 1y; add_header Cache-Control "public, max-age=31536000, immutable" always; }