summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-24 20:22:43 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-24 20:22:43 +0000
commitd8cfc290ae8a161ccd8c07bc1b9895f838558a15 (patch)
treef4019d42576f8d8a888d02c2fd7e1f7c66643c9c /host/Rory-nginx/hosts/rory.gay
parentCleanup (diff)
downloadRory-Open-Architecture-d8cfc290ae8a161ccd8c07bc1b9895f838558a15.tar.xz
Add local changes from nginx
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay')
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/root.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/root.nix b/host/Rory-nginx/hosts/rory.gay/root.nix
new file mode 100755
index 0000000..4307cf4
--- /dev/null
+++ b/host/Rory-nginx/hosts/rory.gay/root.nix
@@ -0,0 +1,7 @@
+{
+  root = "/data/nginx/html_rory_gay";
+  enableACME = true;
+  addSSL = true;
+  extraConfig = ''
+    autoindex on;'';
+}