refactoring

This commit is contained in:
Devaev Maxim
2018-11-21 07:56:27 +03:00
parent c05ed9f2d8
commit 4a988136d1
6 changed files with 45 additions and 45 deletions

View File

@@ -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 {