Change localhost to the IP of the host

This commit is contained in:
Lillian Violet 2024-01-21 23:41:16 +01:00
parent 080b75d7e0
commit e624dcd0f1

View file

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