diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-24 20:22:43 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-24 20:22:43 +0000 |
commit | d8cfc290ae8a161ccd8c07bc1b9895f838558a15 (patch) | |
tree | f4019d42576f8d8a888d02c2fd7e1f7c66643c9c /host/Rory-nginx/hosts/rory.gay | |
parent | Cleanup (diff) | |
download | Rory-Open-Architecture-d8cfc290ae8a161ccd8c07bc1b9895f838558a15.tar.xz |
Add local changes from nginx
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/root.nix | 7 |
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;''; +} |