diff options
author | TheArcaneBrony <root@thearcanebrony.net> | 2023-03-21 12:45:27 +0000 |
---|---|---|
committer | TheArcaneBrony <root@thearcanebrony.net> | 2023-03-21 12:45:27 +0000 |
commit | 86675b174a303a4c167abeb523d0fe57a1ba04b6 (patch) | |
tree | fe99aa8c8b3ec77ff55e1f1a142adc3e4919807d /host/Rory-nginx | |
parent | Add pam provider (diff) | |
download | Rory-Open-Architecture-86675b174a303a4c167abeb523d0fe57a1ba04b6.tar.xz |
get synapse running
Diffstat (limited to 'host/Rory-nginx')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |