server: matrix: expose health endpoint
This commit is contained in:
parent
4f2c100a8c
commit
22ccf29a23
@ -40,6 +40,7 @@ in {
|
|||||||
"${fqdn}" = {
|
"${fqdn}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
locations."/health".proxyPass = "http://localhost:8008";
|
||||||
locations."/_matrix".proxyPass = "http://localhost:8008";
|
locations."/_matrix".proxyPass = "http://localhost:8008";
|
||||||
locations."/_synapse/client".proxyPass = "http://localhost:8008";
|
locations."/_synapse/client".proxyPass = "http://localhost:8008";
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user