server: matrix: expose health endpoint

This commit is contained in:
2023-07-08 14:34:53 +02:00
parent 4f2c100a8c
commit 22ccf29a23

View File

@@ -40,6 +40,7 @@ in {
"${fqdn}" = {
enableACME = true;
forceSSL = true;
locations."/health".proxyPass = "http://localhost:8008";
locations."/_matrix".proxyPass = "http://localhost:8008";
locations."/_synapse/client".proxyPass = "http://localhost:8008";
locations."/".extraConfig = ''