From 12d89e5be6501ae1d48d30f6fc55c31ea4ed7701 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 24 Jan 2025 21:39:09 -0500 Subject: [PATCH] Infini-DL360/web: redirect foxy.software to inx.moe --- hosts/Infini-DL360/web.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {