summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/search.nix
blob: 4bacdaa4d1640bc8d558b9a00f5c946f388e2ad8 (plain) (blame)
1
2
3
4
5
6
7
8
{
  locations = {
    "/" = {
      extraConfig = ''
      rewrite ^ https://thearcanebrony.net/unavailable.html break;'';
    };
  };
}