This commit is contained in:
kjeld Schouten-Lebbing 2020-02-27 23:08:49 +01:00
parent f44d8c49ff
commit dd11e48003

View File

@ -121,11 +121,7 @@ location /tautulli/ {
proxy_pass https://192.168.31.26:8181/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# SSL proxying headers
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Ssl on;
}
location /ombi {