From 716e0181b61c8d6abcd157a02c0572ee7d2facfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 7 Apr 2026 12:15:00 +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 87e3ebd..2bf2a09 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -43,7 +43,6 @@ server { location / { proxy_pass http://web:80/; - try_files $uri =404; if ($static_file) { add_header Cache-Control "public, max-age=31536000, immutable" always;