containers/amethyst: use ipv6 for proxy

This commit is contained in:
Cilly Leang 2026-03-15 22:27:47 +11:00
parent 2a4a4c5d47
commit 52a3e8557e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -20,7 +20,7 @@
services.nginx.virtualHosts."amethyst.local.lava.moe" = {
useACMEHost = "lava.moe";
forceSSL = true;
locations."/".proxyPass = "http://10.30.${subnet}.2:9091";
locations."/".proxyPass = "http://[fd0d:1::${subnet}:2]:9091";
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ];
};