summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-12-24 02:32:12 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-12-24 02:32:57 -0500
commit02a97dd883b6d5f5195677bec944cf660b55eda6 (patch)
tree6adf9262f244d12eeb40f307ee3d08146c19160b /nginx
parent1f3aec7ad838825d0b2eba1a6361417e9bada3df (diff)
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.
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
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 {