From bbe5e44924a1911abe1f572c5055e090e29c607d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 21 Dec 2023 12:16:07 -0500 Subject: [PATCH] use custom invite link for Discord --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0a6de9e6..a8cebfdb 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -281,7 +281,7 @@ http { } location = "/discord" { - return 302 https://discord.gg/GE6r8YYrnM; + return 302 https://discord.gg/grapheneos; } location = /404 {