Update jellyfin.subdomain.conf.sample

This commit is contained in:
aptalca 2019-06-21 13:18:55 -04:00 committed by GitHub
commit 7819359d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ server {
proxy_set_header If-Range $http_if_range; proxy_set_header If-Range $http_if_range;
} }
location ~ (/jellyfin)?/socket { location ~ (/jellyfin)?/embywebsocket {
include /config/nginx/proxy.conf; include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s; resolver 127.0.0.11 valid=30s;
set $upstream_jellyfin jellyfin; set $upstream_jellyfin jellyfin;
@ -33,4 +33,4 @@ server {
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection; proxy_set_header Connection $http_connection;
} }
} }