ingress-proxy: fix
This commit is contained in:
parent
88a0ffa892
commit
f3e0bf7e46
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ in {
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host "happ.ystatic.buzz";
|
proxy_set_header Host "happ.ystatic.buzz";
|
||||||
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue