ingress-proxy: fix

This commit is contained in:
41666 2023-12-30 18:09:27 -05:00
parent 08c5479eba
commit e98265b710

View file

@ -60,8 +60,6 @@ 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 = ''