restructure IP's

This commit is contained in:
kjeld Schouten-Lebbing
2020-02-27 21:45:39 +01:00
parent 6a4fc731d6
commit df95a33acd
6 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@ location /nzbhydra/ {
location /sonarr {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.30.30:8989;
proxy_pass http://192.168.31.23:8989;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -56,7 +56,7 @@ location /sonarr {
location /radarr {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.30.31:7878;
proxy_pass http://192.168.31.24:7878;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -65,7 +65,7 @@ location /radarr {
location /lidarr {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.30.32:7878;
proxy_pass http://192.168.31.25:7878;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -74,7 +74,7 @@ location /radarr {
location /jackett {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.30.28:9117;
proxy_pass http://192.168.31.21:9117;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -118,7 +118,7 @@ if ($http_referer ~* /plex/) {
location /tautulli {
auth_request /auth-4;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.30.27:8181;
proxy_pass http://192.168.31.26:8181;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;