mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 14:23:48 -07:00
Fix Could not connect to signalR, IU wont update
This commit is contained in:
parent
dc371df9ef
commit
2569200050
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ location ^~ /radarr {
|
||||||
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