drop kodi

This commit is contained in:
siinus
2019-10-19 20:22:44 +03:00
parent 23e1e4eb9b
commit e5ef2ff8cd
2 changed files with 0 additions and 14 deletions

View File

@@ -79,19 +79,6 @@ server {
}
location /kodi/start {
proxy_pass http://127.0.0.1:6969;
}
location /kodi/ {
proxy_pass http://127.0.0.1:8080/;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Scheme $scheme;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
location /image {