mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user