summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/catgirlsaresexy.com/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/nginx/catgirlsaresexy.com/root.nix')
-rwxr-xr-xhost/Rory-nginx/services/nginx/catgirlsaresexy.com/root.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/nginx/catgirlsaresexy.com/root.nix b/host/Rory-nginx/services/nginx/catgirlsaresexy.com/root.nix
new file mode 100755
index 0000000..e28c2e0
--- /dev/null
+++ b/host/Rory-nginx/services/nginx/catgirlsaresexy.com/root.nix
@@ -0,0 +1,10 @@
+{
+  root = "/data/nginx/html_catgirlsaresexy";
+  enableACME = true;
+  addSSL = true;
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+  };
+}
\ No newline at end of file