Infini-OPTIPLEX: setup blahaj.inx.moe

This commit is contained in:
Infinidoge 2024-04-13 01:00:02 -04:00
parent c3da8351ec
commit adb1fce587
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ
2 changed files with 7 additions and 1 deletions

View file

@ -63,12 +63,18 @@
virtualHosts = virtualHosts =
let let
cfg = config.services.nginx; cfg = config.services.nginx;
inherit (config.common.nginx) ssl; inherit (config.common.nginx) ssl ssl-optional;
in in
{ {
"*.inx.moe" = ssl // { "*.inx.moe" = ssl // {
globalRedirect = "inx.moe"; globalRedirect = "inx.moe";
}; };
"blahaj.inx.moe" = ssl-optional // {
locations."/" = {
tryFiles = "/Blahaj.png =404";
root = ./static;
};
};
"nitter.inx.moe" = ssl // { "nitter.inx.moe" = ssl // {
globalRedirect = "twitter.com"; globalRedirect = "twitter.com";
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 KiB