pull/5/head
siinus 6 years ago
parent 23e1e4eb9b
commit e5ef2ff8cd
  1. 13
      nginx/default
  2. 1
      www/index.html

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

@ -144,7 +144,6 @@
<a href="iris" class="button button1">Mopidy music</a><br />
<a href="vnc" class="button button1">VNC remote desktop</a><br />
<a href="kodi" class="button button1">Kodi filmid/seriaalid</a><br />
<h2 class="title">Projektori juhtimine</h2>

Loading…
Cancel
Save