ingress-proxy: fix

This commit is contained in:
41666 2023-12-30 17:57:07 -05:00
parent c63b6851b3
commit cd46cdd052

View file

@ -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 = ''