diff --git a/modules/services/matrix/default.nix b/modules/services/matrix/default.nix index 26bf770b..e8ae18dc 100644 --- a/modules/services/matrix/default.nix +++ b/modules/services/matrix/default.nix @@ -25,8 +25,8 @@ proxy_set_header X-Forwarded-Ssl on; ''; }; - "/_hookshot" = { - proxyPass = "http://127.0.0.1:9000"; + "~ ^/_hookshot/(.*)" = { + proxyPass = "http://127.0.0.1:9000/$1"; extraConfig = '' proxy_set_header X-Forwarded-Ssl on; ''; diff --git a/secrets/files/services/matrix-hookshot/config.yml.age b/secrets/files/services/matrix-hookshot/config.yml.age index cba8fac9..e7d81b6f 100644 Binary files a/secrets/files/services/matrix-hookshot/config.yml.age and b/secrets/files/services/matrix-hookshot/config.yml.age differ