Infini-DL360/web: redirect foxy.software to inx.moe

This commit is contained in:
Infinidoge 2025-01-24 21:39:09 -05:00
parent ae02723f61
commit 12d89e5be6
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -86,6 +86,9 @@ in
extraConfig = websiteConfig;
};
};
"foxy.software" = ssl-optional // {
locations."/".return = "301 https://inx.moe";
};
};
services.uwsgi = {