ingress-proxy: fix

This commit is contained in:
41666 2023-12-30 18:27:15 -05:00
parent 88a0ffa892
commit f3e0bf7e46

View file

@ -60,6 +60,8 @@ in {
proxyWebsockets = true;
extraConfig = ''
proxy_set_header Host "happ.ystatic.buzz";
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
'';
};
extraConfig = ''