mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 14:23:48 -07:00
Fix SignalIR, UI wont update
This commit is contained in:
parent
1ca82d193c
commit
dc371df9ef
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ server {
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
||||||
|
#SignalR - Radarr V3
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection $http_connection;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ (/radarr)?/api {
|
location ~ (/radarr)?/api {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue