Change localhost to the IP of the host
This commit is contained in:
parent
080b75d7e0
commit
e624dcd0f1
1 changed files with 1 additions and 1 deletions
|
@ -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}" = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue