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