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