Skip to content

Commit

Permalink
use custom invite link for Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 21, 2023
1 parent f7c0e5d commit 11660fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ http {
}

location = "/discord" {
return 302 https://discord.gg/GE6r8YYrnM;
return 302 https://discord.com/invite/grapheneos;
}

location = /404 {
Expand Down

0 comments on commit 11660fc

Please sign in to comment.