mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-25 11:04:02 +00:00
only listen on IPv6 since that's what conduit does
This commit is contained in:
+1
-1
@@ -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}" = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user