Change localhost to the IP of the host
This commit is contained in:
parent
bf6dd3d7eb
commit
8ea883be85
|
@ -116,7 +116,7 @@ in {
|
||||||
upstreams = {
|
upstreams = {
|
||||||
"backend_conduit" = {
|
"backend_conduit" = {
|
||||||
servers = {
|
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}" = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue