diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index d75c344..e9bb8bc 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -86,6 +86,9 @@ in extraConfig = websiteConfig; }; }; + "foxy.software" = ssl-optional // { + locations."/".return = "301 https://inx.moe"; + }; }; services.uwsgi = {