From fd798c09a515c2f50b8bc47e6244f15b533ed1b3 Mon Sep 17 00:00:00 2001 From: thehrz Date: Fri, 11 Aug 2023 12:41:17 +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 a5acb01..95b1e7f 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -15,6 +15,6 @@ server { location / { root /usr/local/nginx/html/; index index.html; - try_files $uri $uri/ /index.html; + try_files $uri /index.html; } } \ No newline at end of file