1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-27 18:28:31 +00:00

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
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -179,7 +179,7 @@ in
upstreams = { upstreams = {
"backend_conduit" = { "backend_conduit" = {
servers = { servers = {
"localhost:${toString config.services.matrix-conduit.settings.global.port}" = { }; "[::1]:${toString config.services.matrix-conduit.settings.global.port}" = { };
}; };
}; };
}; };