summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/vives.nix
blob: c853d2b1fbd06754d818739df0b73e2a348f1d07 (plain) (blame)
1
2
3
4
5
6
7
8
{
  root = "/var/www/html_vives";
  locations = {
    "/" = {
      index = "index.html";
    };
  };
}