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