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