add ꙮ.run check

This commit is contained in:
jaina heartles 2024-10-10 01:24:18 -04:00
parent dd41dfb7d9
commit da6919a997

View file

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