Enable test jackett
This commit is contained in:
parent
afcb672ee9
commit
c5d8d49214
@ -74,7 +74,7 @@ location /radarr/ {
|
|||||||
location /jackett/ {
|
location /jackett/ {
|
||||||
auth_request /auth-0;
|
auth_request /auth-0;
|
||||||
add_header X-Frame-Options "SAMEORIGIN";
|
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 Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
Loading…
Reference in New Issue
Block a user