nginx: use square brackets for IPv6 address
All checks were successful
Flake checks / Check (pull_request) Successful in 4m0s
All checks were successful
Flake checks / Check (pull_request) Successful in 4m0s
This commit is contained in:
parent
27c239b985
commit
e93a56e594
|
@ -18,7 +18,7 @@ in
|
|||
"nachtigall.wg.${config.pub-solar-os.networking.domain}" = {
|
||||
listenAddresses = [
|
||||
"10.7.6.1"
|
||||
"fd00:fae:fae:fae:fae:1::"
|
||||
"[fd00:fae:fae:fae:fae:1::]"
|
||||
];
|
||||
locations."/metrics" = {
|
||||
proxyPass = "http://127.0.0.1:${toString (config.services.prometheus.exporters.node.port)}";
|
||||
|
|
Loading…
Reference in a new issue