diff --git a/modules/services/server/matrix.nix b/modules/services/server/matrix.nix index 0523590..6f86cf8 100644 --- a/modules/services/server/matrix.nix +++ b/modules/services/server/matrix.nix @@ -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 = ''