From 86675b174a303a4c167abeb523d0fe57a1ba04b6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 21 Mar 2023 12:45:27 +0000 Subject: get synapse running --- host/Rory-nginx/hosts/rory.gay/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/Rory-nginx/hosts') diff --git a/host/Rory-nginx/hosts/rory.gay/root.nix b/host/Rory-nginx/hosts/rory.gay/root.nix index c3dfb2f..8fb3837 100755 --- a/host/Rory-nginx/hosts/rory.gay/root.nix +++ b/host/Rory-nginx/hosts/rory.gay/root.nix @@ -10,7 +10,7 @@ add_header Access-Control-Allow-Origin *; return 200 '${builtins.toJSON { "m.server" = "matrix.rory.gay:443"; - }}}'; + }}'; ''; locations."= /.well-known/matrix/client".extraConfig = '' add_header Content-Type application/json; -- cgit 1.4.1