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