diff --git a/hosts/architect/matrix.nix b/hosts/architect/matrix.nix index 72693c8..85ecc6d 100644 --- a/hosts/architect/matrix.nix +++ b/hosts/architect/matrix.nix @@ -97,9 +97,9 @@ in return 200 '${builtins.toJSON client}'; ''; - locations."/".extraConfig = '' - return 404; - ''; +# locations."/".extraConfig = '' +# return 404; +# ''; # forward all Matrix API calls to the synapse Matrix homeserver locations."/_matrix" = {