mediaserver: add sonarr
This commit is contained in:
parent
2d6fd9178e
commit
76cc6d0471
1 changed files with 1 additions and 8 deletions
|
@ -49,14 +49,7 @@
|
||||||
proxyPass = "http://unix:/run/socat-sonarr/sonarr.sock:/";
|
proxyPass = "http://unix:/run/socat-sonarr/sonarr.sock:/";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set $fake_host localhost;
|
proxy_set_header Host localhost;
|
||||||
|
|
||||||
proxy_set_header Host $fake_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 $fake_host;
|
|
||||||
proxy_set_header X-Forwarded-Server $fake_host;
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue