mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-08 05:51:06 -07:00
commit
8c572d384a
2 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,8 @@ server {
|
|||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
|
||||
location ~ (/radarr)?/api {
|
||||
|
@ -45,5 +47,7 @@ server {
|
|||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,8 @@ location ^~ /radarr {
|
|||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
|
||||
location ^~ /radarr/api {
|
||||
|
@ -29,4 +31,6 @@ location ^~ /radarr/api {
|
|||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue