containers/amethyst: fix nginx listen address
This commit is contained in:
parent
2f4cbd382c
commit
e0f1482511
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
services.nginx.virtualHosts."amethyst.local.lava.moe" = {
|
||||
locations."/".proxyPass = "http://10.30.${subnet}.2:9091";
|
||||
listenAddresses = [ "10.0.0.0/24" "fd0d::/16" ];
|
||||
listenAddresses = [ "10.0.0.1" "fd0d::1" ];
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [ "d /persist/containers/${name} 755 root users" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue