From 94983322a7f87d6ffe428175abec5d67fd6ccbb8 Mon Sep 17 00:00:00 2001 From: zhoulianbo Date: Mon, 22 Apr 2024 10:37:51 +0800 Subject: [PATCH] 1 --- apiserver/conf/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apiserver/conf/nginx.conf b/apiserver/conf/nginx.conf index 01c46d1..a270645 100755 --- a/apiserver/conf/nginx.conf +++ b/apiserver/conf/nginx.conf @@ -44,6 +44,10 @@ http { location ~ /\.htaccess { deny all; } + location / { + root html; + index index.html index.htm; + } } server { listen 8898;