From 316a83de39ea48d79d98ce30110d68dfc5a061f0 Mon Sep 17 00:00:00 2001 From: thehrz Date: Fri, 11 Aug 2023 17:44:23 +0800 Subject: [PATCH] pref: update nginx config --- nginx/conf.d/www.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index 8a9a7c5..2dd5a44 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -14,7 +14,6 @@ server { location / { root /usr/local/nginx/html/; - # index index.html; - # try_files $uri /index.html; + try_files $uri /index.html; } } \ No newline at end of file