diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-21 12:16:07 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-21 12:17:18 -0500 |
| commit | bbe5e44924a1911abe1f572c5055e090e29c607d (patch) | |
| tree | f8376deff6a4e6462b83cd8cea7f4b7ea8b591e4 /nginx | |
| parent | f7c0e5d8dfef580d0e3fb6a907b4fd929b802f81 (diff) | |
use custom invite link for Discord
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 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 { |
