summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay/lfs.nix
blob: e406519723fe72e895355e9e0a116ebf42fc9180 (plain) (blame)
1
2
3
4
5
6
7
8
{
  root = "/data/nginx/html_lfs";
  locations = {
    "/" = {
      index = "index.html";
    };
  };
}