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