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