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