From 31a526a9e7593722597fd323275984bf904fe625 Mon Sep 17 00:00:00 2001 From: Igor Egorov Date: Thu, 25 May 2023 11:27:12 +0300 Subject: [PATCH] update nginx config --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 15c4afe..c610d04 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -4,7 +4,7 @@ server { location / { root /usr/share/nginx/html; - index index.html index.htm; + try_files $uri /index.html; } # error_page 500 502 503 504 /50x.html;