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