fix(eientei): proxy matrix health endpoint
This commit is contained in:
parent
a906baa322
commit
bb89270e5e
|
@ -40,6 +40,7 @@ in {
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
return 404;
|
return 404;
|
||||||
'';
|
'';
|
||||||
|
locations."/health".proxyPass = "http://127.0.0.1:8008";
|
||||||
locations."/_matrix".proxyPass = "http://127.0.0.1:8008";
|
locations."/_matrix".proxyPass = "http://127.0.0.1:8008";
|
||||||
locations."/_synapse/client".proxyPass = "http://127.0.0.1:8008";
|
locations."/_synapse/client".proxyPass = "http://127.0.0.1:8008";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue