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