diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-12 00:02:23 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-12 00:02:23 +0100 |
commit | 1efdaec01bcc4d4453c5ba2f18bc4cd95dac97ef (patch) | |
tree | ce3b120fb9bd130804e1a677daec1c2e9f6d0e07 /host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix | |
parent | Add files subdomain (diff) | |
download | Rory-Open-Architecture-1efdaec01bcc4d4453c5ba2f18bc4cd95dac97ef.tar.xz |
Add rest of domains
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix')
-rw-r--r-- | host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix b/host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix index e69de29..39b3606 100644 --- a/host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/spigotav.nix @@ -0,0 +1,8 @@ +{ + root = "/data/nginx/html_spigotav"; + locations = { + "/" = { + index = "index.html"; + }; + }; +} \ No newline at end of file |