containers/garnet: use ipv4 for proxy

This commit is contained in:
Cilly Leang 2026-05-28 23:27:19 +10:00
parent 0735ffdb69
commit 011ceee498
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;