mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07: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:
parent
89a7ce3faa
commit
2d12d467d2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue