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