add ꙮ.run check
This commit is contained in:
parent
dd41dfb7d9
commit
da6919a997
1 changed files with 17 additions and 0 deletions
17
ogdo.nix
17
ogdo.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue