Add ogdo.run redirect

This commit is contained in:
jaina heartles 2024-04-20 12:47:03 -07:00
parent f27bc853aa
commit b320115d4b
1 changed files with 17 additions and 0 deletions

View File

@ -35,5 +35,22 @@
'';
};
};
virtualHosts."ogdo.run" = {
listen = [
{
addr = "0.0.0.0";
port = 80;
}
{
port = 80;
addr = "[::]";
}
];
rejectSSL = true;
locations."/".return = "301 http://xn--xx8a.run";
};
};
}