summary refs log tree commit diff
path: root/host/Rory-nginx/hosts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-11 23:38:46 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-11 23:38:46 +0100
commit8cbecf4c195eea81caf6e696a426af2285cbd56a (patch)
treebe47d5625de2268c397525554615d7f0a36fd98f /host/Rory-nginx/hosts
parentEnable more domains (diff)
downloadRory-Open-Architecture-8cbecf4c195eea81caf6e696a426af2285cbd56a.tar.xz
Add files subdomain
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host/Rory-nginx/hosts')
-rw-r--r--host/Rory-nginx/hosts/thearcanebrony.net/files.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/files.nix b/host/Rory-nginx/hosts/thearcanebrony.net/files.nix
index e69de29..c05faa8 100644
--- a/host/Rory-nginx/hosts/thearcanebrony.net/files.nix
+++ b/host/Rory-nginx/hosts/thearcanebrony.net/files.nix
@@ -0,0 +1,8 @@
+{
+  root = "/data/nginx/html_files";
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+  };
+}
\ No newline at end of file