containers/amethyst: use ipv6 for proxy
This commit is contained in:
parent
2a4a4c5d47
commit
52a3e8557e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]" ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue