Skip to content
Snippets Groups Projects
Unverified Commit 6ae5143f authored by Charles Hall's avatar Charles Hall
Browse files

only listen on IPv6 since that's what conduit does

parent 742331e0
No related branches found
No related tags found
No related merge requests found
......@@ -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}" = { };
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment