summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/http.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/http.nix')
-rw-r--r--host/Rory-nginx/hosts/thearcanebrony.net/http.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/http.nix b/host/Rory-nginx/hosts/thearcanebrony.net/http.nix
index e69de29..cdfe535 100644
--- a/host/Rory-nginx/hosts/thearcanebrony.net/http.nix
+++ b/host/Rory-nginx/hosts/thearcanebrony.net/http.nix
@@ -0,0 +1,8 @@
+{
+  root = "/data/nginx/html_sugarcanemc";
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+  };
+}
\ No newline at end of file