only listen on IPv6 since that's what conduit does

This commit is contained in:
Charles Hall
2023-07-21 12:12:37 -07:00
parent 742331e054
commit 6ae5143ff5
+1 -1
View File
@@ -179,7 +179,7 @@ # Configure NGINX as a reverse proxy
upstreams = {
"backend_conduit" = {
servers = {
"localhost:${toString config.services.matrix-conduit.settings.global.port}" = { };
"[::1]:${toString config.services.matrix-conduit.settings.global.port}" = { };
};
};
};