diff options
Diffstat (limited to 'configs/nginx')
-rw-r--r-- | configs/nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nginx/nginx.conf b/configs/nginx/nginx.conf index ae2703ec..9805e3c6 100644 --- a/configs/nginx/nginx.conf +++ b/configs/nginx/nginx.conf @@ -20,6 +20,7 @@ http { include /etc/nginx/mime-types.conf; default_type application/octet-stream; charset utf-8; + index index.html; sendfile on; tcp_nodelay on; @@ -69,7 +70,6 @@ http { location / { root /usr/share/kvmd/web; - index index.html; } location /ws_auth { |