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