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