diff --git a/jellyfin/config.json b/jellyfin/config.json index f5d9b0be0..fa1d52bf1 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -88,7 +88,7 @@ "startup": "services", "upstream": "10.7.7-1-ls155", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.7.7-1-ls155-ingress", + "version": "10.7.7-1-ls155-ingress2", "video": true, "webui": "http://[HOST]:[PORT:8096]" } diff --git a/jellyfin/rootfs/etc/nginx/servers/ingress.conf b/jellyfin/rootfs/etc/nginx/servers/ingress.conf index 79cdbbf0f..8246a9b85 100644 --- a/jellyfin/rootfs/etc/nginx/servers/ingress.conf +++ b/jellyfin/rootfs/etc/nginx/servers/ingress.conf @@ -12,11 +12,6 @@ server { add_header X-XSS-Protection "1; mode=block"; add_header X-Content-Type-Options "nosniff"; - location = / { - return 302 http://$host/web/; - #return 302 https://$host/web/; - } - location /web/ { add_header Access-Control-Allow-Origin *; proxy_pass http://127.0.0.1:8096/web/index.html;