fix: set the proper redirect for discord
This commit is contained in:
parent
04e0712155
commit
1de744dbee
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ in {
|
||||||
"discord.skynet.ie" = {
|
"discord.skynet.ie" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "skynet";
|
useACMEHost = "skynet";
|
||||||
globalRedirect = "discord.gg/mkuKJkCuyM";
|
locations."/".return = "307 https://discord.gg/mkuKJkCuyM";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue