summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-12 00:02:23 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-12 00:02:23 +0100
commit1efdaec01bcc4d4453c5ba2f18bc4cd95dac97ef (patch)
treece3b120fb9bd130804e1a677daec1c2e9f6d0e07 /host/Rory-nginx/hosts/thearcanebrony.net/root.nix
parentAdd files subdomain (diff)
downloadRory-Open-Architecture-1efdaec01bcc4d4453c5ba2f18bc4cd95dac97ef.tar.xz
Add rest of domains
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/root.nix')
-rw-r--r--host/Rory-nginx/hosts/thearcanebrony.net/root.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
index e69de29..224d5a6 100644
--- a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
+++ b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
@@ -0,0 +1,11 @@
+{
+  root = "/data/nginx/html_thearcanebrony";
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+    "/destroy" = {
+      return = "301 https://gitlab.com/KinoshitaProductions/SecureDestroyer/-/raw/master/run";
+    }
+  };
+}
\ No newline at end of file