From 950674eb411256eb1c32f1dfa84346d87d556342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 7 Apr 2026 11:57:53 +0200 Subject: [PATCH] fix in reverse --- reverse-proxy/nginx.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index 0083f18..dce4023 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -42,6 +42,7 @@ 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; try_files $uri =404;