summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/thearcanebrony.net/http.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 03:23:21 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 03:23:21 +0200
commit00ced9c15a7ced5b754d24b919ad4d4e8dc8b1a9 (patch)
treebd6a69d78e4daa3f1d872a6ba64259ccde1cf878 /host/Rory-nginx/services/nginx/thearcanebrony.net/http.nix
parentFix imports (diff)
downloadRory-Open-Architecture-00ced9c15a7ced5b754d24b919ad4d4e8dc8b1a9.tar.xz
Refactor nginx
Diffstat (limited to 'host/Rory-nginx/services/nginx/thearcanebrony.net/http.nix')
-rwxr-xr-xhost/Rory-nginx/services/nginx/thearcanebrony.net/http.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/nginx/thearcanebrony.net/http.nix b/host/Rory-nginx/services/nginx/thearcanebrony.net/http.nix
new file mode 100755
index 0000000..a4184ac
--- /dev/null
+++ b/host/Rory-nginx/services/nginx/thearcanebrony.net/http.nix
@@ -0,0 +1,10 @@
+{
+  enableACME = true;
+  addSSL = true;
+  root = "/data/nginx/html_sugarcanemc";
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+  };
+}
\ No newline at end of file