diff options
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/vives.nix')
-rw-r--r-- | host/Rory-nginx/hosts/thearcanebrony.net/vives.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/vives.nix b/host/Rory-nginx/hosts/thearcanebrony.net/vives.nix new file mode 100644 index 0000000..c853d2b --- /dev/null +++ b/host/Rory-nginx/hosts/thearcanebrony.net/vives.nix @@ -0,0 +1,8 @@ +{ + root = "/var/www/html_vives"; + locations = { + "/" = { + index = "index.html"; + }; + }; +} \ No newline at end of file |