diff options
author | Devaev Maxim <[email protected]> | 2018-11-21 07:56:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-21 07:56:27 +0300 |
commit | 4a988136d1a3d27befab46819d1f41331a6eb49a (patch) | |
tree | 3f475f8da93171134c3bccc583a5733a5c8410b2 /configs | |
parent | c05ed9f2d82c85a6b115809242acd921855c71b8 (diff) |
refactoring
Diffstat (limited to 'configs')
-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 { |