From f1b61b16cb90b5a63a2ac073186aa829201608cb Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 12 Aug 2023 20:20:32 +0800 Subject: [PATCH] pref: update nginx config --- nginx/conf.d/www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index a448955..6684d6c 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -14,6 +14,6 @@ server { location / { root /usr/share/nginx/html; - index index.html index.htm; + try_files $uri /index.html; } } \ No newline at end of file