From 7819359d98c7e37a3b713b93911e119347c03306 Mon Sep 17 00:00:00 2001 From: aptalca Date: Fri, 21 Jun 2019 13:18:55 -0400 Subject: [PATCH] Update jellyfin.subdomain.conf.sample --- jellyfin.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin.subdomain.conf.sample b/jellyfin.subdomain.conf.sample index 9f58b5d..2cd6a06 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)?/socket { + location ~ (/jellyfin)?/embywebsocket { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_jellyfin jellyfin; @@ -33,4 +33,4 @@ server { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; } -} \ No newline at end of file +}