summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-11 23:26:58 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-11 23:26:58 +0100
commit0b18585810798fe258a24601f24a88e33460cd7d (patch)
tree19cec2007ad61393d1d93da1297665e33f63772a /host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix
parentFix filenames (diff)
downloadRory-Open-Architecture-0b18585810798fe258a24601f24a88e33460cd7d.tar.xz
Add some base domains
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix')
-rw-r--r--host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix b/host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix
index e69de29..5a7bf2a 100644
--- a/host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix
+++ b/host/Rory-nginx/hosts/catgirlsaresexy.com/root.nix
@@ -0,0 +1,8 @@
+{
+  root = "/data/nginx/html_catgirlsaresexy";
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+  };
+}
\ No newline at end of file