summary refs log tree commit diff
path: root/host/Rory-nginx/hosts
diff options
context:
space:
mode:
authorTheArcaneBrony <root@thearcanebrony.net>2023-03-21 12:45:27 +0000
committerTheArcaneBrony <root@thearcanebrony.net>2023-03-21 12:45:27 +0000
commit86675b174a303a4c167abeb523d0fe57a1ba04b6 (patch)
treefe99aa8c8b3ec77ff55e1f1a142adc3e4919807d /host/Rory-nginx/hosts
parentAdd pam provider (diff)
downloadRory-Open-Architecture-86675b174a303a4c167abeb523d0fe57a1ba04b6.tar.xz
get synapse running
Diffstat (limited to 'host/Rory-nginx/hosts')
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/root.nix2
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;