From 22ccf29a23e717155889b3d18d4a297b7a6da402 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 8 Jul 2023 14:34:53 +0200 Subject: [PATCH] server: matrix: expose health endpoint --- modules/services/server/matrix.nix | 1 + 1 file changed, 1 insertion(+) 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 = ''