From c9676f2466149c3accfc272714bec7acba74f4f1 Mon Sep 17 00:00:00 2001 From: fkwp Date: Thu, 7 Nov 2024 23:01:50 +0100 Subject: [PATCH] fix nginx config --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index 5dc69b2f..ca4ac4c6 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -13,7 +13,7 @@ server { # and may or may not bear any resemblance to when the resource changed add_header Last-Modified ""; - try_files $uri /$uri /index.html; + try_files $uri $uri/ /index.html; } # assets can be cached because they have hashed filenames