summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay/root.nix
blob: 4307cf496aa54c68af250a38e1a1b54de53cecf5 (plain) (blame)
1
2
3
4
5
6
7
{
  root = "/data/nginx/html_rory_gay";
  enableACME = true;
  addSSL = true;
  extraConfig = ''
    autoindex on;'';
}