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