containers/amethyst: use ipv4 proxy
This commit is contained in:
parent
218da08936
commit
52e53ba5b3
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
||||||
services.nginx.virtualHosts."${fqdn}" = {
|
services.nginx.virtualHosts."${fqdn}" = {
|
||||||
useACMEHost = "lava.moe";
|
useACMEHost = "lava.moe";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://[fd0d:1::${subnet}:2]:9091";
|
#locations."/".proxyPass = "http://[fd0d:1::${subnet}:2]:9091";
|
||||||
|
locations."/".proxyPass = "http://10.30.${subnet}.2:9091";
|
||||||
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ];
|
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue