ingress-proxy: fix
This commit is contained in:
parent
c63b6851b3
commit
cd46cdd052
1 changed files with 3 additions and 4 deletions
|
@ -56,13 +56,12 @@ in {
|
|||
enableACME = true;
|
||||
|
||||
locations."/" = {
|
||||
proxy_pass = "http://hsb";
|
||||
proxyPass = "http://hsb";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
'';
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue