From ce6fc7df71cce92c8a0ad00a2b6f1d7b0fc4e1ce Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 27 Feb 2020 22:25:33 +0100 Subject: [PATCH] test synthax change --- includes/organizr-conf/custom/organizr.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/includes/organizr-conf/custom/organizr.conf b/includes/organizr-conf/custom/organizr.conf index 2dfc9560..e7112267 100644 --- a/includes/organizr-conf/custom/organizr.conf +++ b/includes/organizr-conf/custom/organizr.conf @@ -17,7 +17,7 @@ location / { include custom/phpblock.conf; #PHP Block } -location /transmission { +location /transmission/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://192.168.30.29:9091; @@ -26,7 +26,7 @@ location /transmission { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } -location /nzbget { +location /nzbget/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://127.0.0.1:6789; @@ -44,7 +44,7 @@ location /nzbhydra/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } -location /sonarr { +location /sonarr/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://192.168.31.23:8989; @@ -53,7 +53,7 @@ location /sonarr { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } -location /radarr { +location /radarr/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://192.168.31.24:7878; @@ -62,7 +62,7 @@ location /radarr { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } - location /lidarr { + location /lidarr/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://192.168.31.25:7878; @@ -71,7 +71,7 @@ location /radarr { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } -location /jackett { +location /jackett/ { auth_request /auth-0; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://192.168.31.21:9117; @@ -115,7 +115,7 @@ if ($http_referer ~* /plex/) { rewrite ^/web/(.*) /plex/web/$1? redirect; } -location /tautulli { +location /tautulli/ { auth_request /auth-4; add_header X-Frame-Options "SAMEORIGIN"; proxy_pass http://192.168.31.26:8181; @@ -137,7 +137,7 @@ 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; @@ -146,7 +146,7 @@ location /ombi/ { 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;