From 7d83cce04eac825f9c9830cdd503cf411703e416 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 27 Feb 2020 22:37:07 +0100 Subject: [PATCH] test3 --- includes/organizr-conf/custom/organizr.conf | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/includes/organizr-conf/custom/organizr.conf b/includes/organizr-conf/custom/organizr.conf index 785178a6..c97065a5 100644 --- a/includes/organizr-conf/custom/organizr.conf +++ b/includes/organizr-conf/custom/organizr.conf @@ -20,7 +20,7 @@ location / { location /transmission/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://192.168.30.29:9091; + proxy_pass https://192.168.30.29:9091; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; @@ -29,7 +29,7 @@ location /transmission/ { location /nzbget/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://127.0.0.1:6789; + proxy_pass https://127.0.0.1:6789; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; @@ -38,7 +38,7 @@ location /nzbget/ { location /nzbhydra/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://127.0.0.1:5075/nzbhydra/; + proxy_pass https://127.0.0.1:5075/nzbhydra/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; @@ -47,7 +47,7 @@ location /nzbhydra/ { location /sonarr/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://192.168.31.23:8989; + proxy_pass https://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.31.24:7878; + proxy_pass https://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.31.25:7878; + proxy_pass https://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.31.21:9117; + proxy_pass https://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; @@ -86,7 +86,7 @@ location /jackett/ { location /plex/ { auth_request /auth-4; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://192.168.30.27:32400/; + proxy_pass https://192.168.30.27:32400/; client_max_body_size 10m; client_body_buffer_size 128k; proxy_bind $server_addr; @@ -122,14 +122,14 @@ location /tautulli { 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; - proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; } -location /ombi/ { +location /ombi { auth_request /auth-4; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://127.0.0.1:5000/ombi/; + proxy_pass https://127.0.0.1:5000/ombi/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection keep-alive; @@ -137,19 +137,19 @@ location /ombi/ { proxy_cache_bypass $http_upgrade; } - location /grafana/ { + location /grafana { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://192.168.30.34; + proxy_pass https://192.168.30.34/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } - location /bitwarden/ { + location /bitwarden { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; - proxy_pass http://192.168.30.33:8000; + proxy_pass https://bitwarden.schouten-lebbing.nl/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;