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