Fix Could not connect to signalR, IU wont update

This commit is contained in:
vinanrra 2020-12-03 19:01:26 +01:00 committed by GitHub
commit 2569200050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ location ^~ /radarr {
set $upstream_proto http;
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 {