From 1cf4b5c03b3ecfc89bcc21977b8865415922c87b Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 30 Apr 2023 20:42:26 +0200 Subject: fix shit --- host/Rory-nginx/hosts/thearcanebrony.net/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit 1.4.1