diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-24 02:32:12 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-24 02:32:57 -0500 |
| commit | 02a97dd883b6d5f5195677bec944cf660b55eda6 (patch) | |
| tree | 6adf9262f244d12eeb40f307ee3d08146c19160b /nginx | |
| parent | 1f3aec7ad838825d0b2eba1a6361417e9bada3df (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.conf | 2 |
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 { |
