ingress-proxy: fix
This commit is contained in:
parent
499144b17b
commit
08c5479eba
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ in {
|
||||||
proxyPass = "http://hsb";
|
proxyPass = "http://hsb";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host "happ.ystatic.buzz";
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue