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;