matrix: Remove 404 on root because runas.rocks is online
This commit is contained in:
parent
735f1c2bae
commit
b64b8ae792
@ -97,9 +97,9 @@ in
|
|||||||
return 200 '${builtins.toJSON client}';
|
return 200 '${builtins.toJSON client}';
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
# locations."/".extraConfig = ''
|
||||||
return 404;
|
# return 404;
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
# forward all Matrix API calls to the synapse Matrix homeserver
|
# forward all Matrix API calls to the synapse Matrix homeserver
|
||||||
locations."/_matrix" = {
|
locations."/_matrix" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user