matrix: Remove 404 on root because runas.rocks is online

This commit is contained in:
Giulio De Pasquale 2022-12-09 15:36:52 +01:00
parent 735f1c2bae
commit b64b8ae792

View File

@ -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" = {