mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-15 01:23:02 -07:00
Merge pull request #107 from cerdelyan/jellyfin-socket
nginx threw up error, fixed websocket
This commit is contained in:
commit
7abf69d839
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