less headers

This commit is contained in:
kjeld Schouten-Lebbing 2020-02-28 11:25:03 +01:00
parent c5d8d49214
commit c2211a7b52

View File

@ -78,8 +78,6 @@ location /jackett/ {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;
proxy_redirect off;
}