From 2d12d467d23c348422a2b674c2a54d00dc279e42 Mon Sep 17 00:00:00 2001 From: cerdelyan <46970453+cerdelyan@users.noreply.github.com> Date: Fri, 27 Dec 2019 13:57:51 -0600 Subject: [PATCH] nginx threw up error, fixed websocket Changed from /embywebsocket to /socket https://jellyfin.org/docs/general/administration/reverse-proxy.html --- jellyfin.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin.subdomain.conf.sample b/jellyfin.subdomain.conf.sample index 2cd6a06..7384e6c 100644 --- a/jellyfin.subdomain.conf.sample +++ b/jellyfin.subdomain.conf.sample @@ -24,7 +24,7 @@ server { proxy_set_header If-Range $http_if_range; } - location ~ (/jellyfin)?/embywebsocket { + location ~ (/jellyfin)?/socket { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_jellyfin jellyfin;