diff options
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/root.nix')
-rwxr-xr-x | host/Rory-nginx/hosts/thearcanebrony.net/root.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix index 9792092..722e989 100755 --- a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix @@ -10,8 +10,8 @@ return = "301 https://gitlab.com/KinoshitaProductions/SecureDestroyer/-/raw/master/run"; }; "= /.well-known/matrix/support".extraConfig = '' - more_set_headers Content-Type application/json; - more_set_headers Access-Control-Allow-Origin *; + more_set_headers 'Content-Type application/json'; + more_set_headers 'Access-Control-Allow-Origin *'; return 200 '${builtins.toJSON { admins = [ { |