fix: set the proper redirect for discord

This commit is contained in:
silver 2023-09-18 20:13:56 +01:00
parent 04e0712155
commit 1de744dbee

View file

@ -74,7 +74,7 @@ in {
"discord.skynet.ie" = {
forceSSL = true;
useACMEHost = "skynet";
globalRedirect = "discord.gg/mkuKJkCuyM";
locations."/".return = "307 https://discord.gg/mkuKJkCuyM";
};
};
};