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