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