containers/garnet: try removing host header

This commit is contained in:
Cilly Leang 2026-05-28 23:43:07 +10:00
parent c4bedfd86e
commit f622d5f577
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -40,9 +40,6 @@
locations."/" = {
proxyPass = "http://${client4}:9200";
proxyWebsockets = true;
extraConfig = ''
proxy_set_header Host $host;
'';
};
listenAddresses = [ "100.67.2.1" ];
};