From 53e7a70d316f6faab279e739fda4043fc8718deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 12 Apr 2026 22:39:55 +0200 Subject: [PATCH] first commit --- frontend/nginx/default.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/nginx/default.conf b/frontend/nginx/default.conf index c532f0a..d3bb718 100644 --- a/frontend/nginx/default.conf +++ b/frontend/nginx/default.conf @@ -77,12 +77,10 @@ server { } location / { - index index.html; - - try_files $uri =404; + try_files $uri $uri/ /index.html; if ($static_file) { - add_header Cache-Control "public, max-age=31536000, immutable" always; + add_header Cache-Control "max-age=600" always; } add_header Cache-Control "no-store, no-cache" always;