Add transmission
This commit is contained in:
@ -27,7 +27,7 @@ location /transmission/ {
|
||||
}
|
||||
|
||||
location /sonarr/ {
|
||||
auth_request /auth-0;
|
||||
auth_request /auth-0;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
proxy_pass http://192.168.31.23:8989;
|
||||
proxy_set_header Host $host;
|
||||
@ -35,7 +35,6 @@ location /sonarr/ {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
|
||||
|
||||
location /radarr/ {
|
||||
auth_request /auth-0;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
@ -44,7 +43,7 @@ location /radarr/ {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
|
||||
|
||||
location /lidarr/ {
|
||||
auth_request /auth-0;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
@ -67,7 +66,6 @@ location /jackett/ {
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
}
|
||||
|
||||
|
||||
location /plex/ {
|
||||
auth_request /auth-4;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
@ -115,7 +113,6 @@ location /tautulli/ {
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
|
||||
location /ombi {
|
||||
auth_request /auth-4;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
@ -143,4 +140,4 @@ location /ombi {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user