From 8cbecf4c195eea81caf6e696a426af2285cbd56a Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 11 Feb 2023 23:38:46 +0100 Subject: Add files subdomain Signed-off-by: TheArcaneBrony --- host/Rory-nginx/hosts/thearcanebrony.net/files.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit 1.4.1