nginx threw up error, fixed websocket

Changed from /embywebsocket to /socket
https://jellyfin.org/docs/general/administration/reverse-proxy.html
This commit is contained in:
cerdelyan 2019-12-27 13:57:51 -06:00 committed by GitHub
parent 89a7ce3faa
commit 2d12d467d2
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;
}
location ~ (/jellyfin)?/embywebsocket {
location ~ (/jellyfin)?/socket {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_jellyfin jellyfin;