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