mirror of
https://github.com/Lapikud/Viido.git
synced 2026-03-23 13:14:19 +00:00
drop kodi
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user