server: matrix: expose health endpoint

This commit is contained in:
Kabbone 2023-07-08 14:34:53 +02:00
parent 4f2c100a8c
commit 22ccf29a23
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

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 = ''