summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/git.nix
blob: e2beedf99e682c237cf01acfaba36fb60dfb53cd (plain) (blame)
1
2
3
4
5
6
7
{
  root = "/data/nginx/html_git";
  locations = {
    "/" = {
    };
  };
}