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