From 96691ef745269481d81519161a2cd1a84eb659fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 12 Apr 2026 22:36:44 +0200 Subject: [PATCH] first commit --- frontend/nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/nginx/default.conf b/frontend/nginx/default.conf index 61c23ec..8b637e5 100644 --- a/frontend/nginx/default.conf +++ b/frontend/nginx/default.conf @@ -77,7 +77,7 @@ server { } location / { - proxy_pass http://web:80/; + try_files $uri =404; if ($static_file) { add_header Cache-Control "public, max-age=31536000, immutable" always;