summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
diff options
context:
space:
mode:
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