Enable test jackett

This commit is contained in:
kjeld Schouten-Lebbing 2020-02-28 11:12:06 +01:00
parent afcb672ee9
commit c5d8d49214

View File

@ -74,7 +74,7 @@ location /radarr/ {
location /jackett/ {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass https://192.168.31.21: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;