This commit is contained in:
kjeld Schouten-Lebbing 2020-02-27 23:11:07 +01:00
parent dd11e48003
commit afcb672ee9

View File

@ -118,7 +118,7 @@ if ($http_referer ~* /plex/) {
location /tautulli/ {
auth_request /auth-4;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass https://192.168.31.26:8181/;
proxy_pass http://192.168.31.26:8181/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;