From b64b8ae79216de24649dd3fc7568ca9b1292194d Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 9 Dec 2022 15:36:52 +0100 Subject: [PATCH] matrix: Remove 404 on root because runas.rocks is online --- hosts/architect/matrix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" = {