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