From 02a97dd883b6d5f5195677bec944cf660b55eda6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 24 Dec 2023 02:32:12 -0500 Subject: use long form Discord link https://discord.gg/grapheneos is a 301 redirect to https://discord.com/invite/grapheneos so it makes sense to use the long form to avoid a redirect. --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a8cebfdb..55a70d97 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -281,7 +281,7 @@ http { } location = "/discord" { - return 302 https://discord.gg/grapheneos; + return 302 https://discord.com/invite/grapheneos; } location = /404 { -- cgit v1.3.1