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