containers/garnet: use ipv4 for proxy
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-05-28 23:27:19 +10:00
parent 58a7650715
commit e9fc7754aa
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -38,7 +38,7 @@
useACMEHost = "lava.moe";
forceSSL = true;
locations."/" = {
proxyPass = "http://[${client}]:9200";
proxyPass = "http://${client4}:9200";
proxyWebsockets = true;
extraConfig = ''
proxy_set_header Host $host;