diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-30 20:42:26 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-30 20:42:26 +0200 |
commit | 1cf4b5c03b3ecfc89bcc21977b8865415922c87b (patch) | |
tree | c3babee88a051868da375b4aac829c105b7807e8 /host | |
parent | add thearcanebrony.net support record (diff) | |
download | Rory-Open-Architecture-1cf4b5c03b3ecfc89bcc21977b8865415922c87b.tar.xz |
fix shit
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/hosts/thearcanebrony.net/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix index cec51cf..3aced42 100755 --- a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix @@ -9,7 +9,7 @@ "/destroy" = { return = "301 https://gitlab.com/KinoshitaProductions/SecureDestroyer/-/raw/master/run"; }; - locations."= /.well-known/matrix/support".extraConfig = '' + "= /.well-known/matrix/support".extraConfig = '' add_header Content-Type application/json; add_header Access-Control-Allow-Origin *; return 200 '${builtins.toJSON { |