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