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