diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-28 21:03:46 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:49:34 +0200 |
commit | 7010d98995fea8eda3c578fbfd13aecca918b7d9 (patch) | |
tree | 37d2add1bf249828a12e820fd6225fe2eb57fd32 /host/Spacebar-nginx/hosts/spacebar.chat/root.nix | |
download | Spacebar-Open-Infrastructure-7010d98995fea8eda3c578fbfd13aecca918b7d9.tar.xz |
Initial commit
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/root.nix')
-rwxr-xr-x | host/Spacebar-nginx/hosts/spacebar.chat/root.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/root.nix b/host/Spacebar-nginx/hosts/spacebar.chat/root.nix new file mode 100755 index 0000000..a859950 --- /dev/null +++ b/host/Spacebar-nginx/hosts/spacebar.chat/root.nix @@ -0,0 +1,10 @@ +{ + root = "/data/nginx/html_boorunav"; + enableACME = true; + addSSL = true; + locations = { + "/" = { + index = "index.html"; + }; + }; +} \ No newline at end of file |