summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
blob: 4df27697b23097700a7f219022e567bcd71f1d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  root = "/data/nginx/html_thearcanebrony";
  locations = {
    "/" = {
      index = "index.html";
    };
    "/destroy" = {
      return = "301 https://gitlab.com/KinoshitaProductions/SecureDestroyer/-/raw/master/run";
    };
  };
}