Redirect afpy.org/discord to our Discord.

This commit is contained in:
Julien Palard 2021-06-26 10:01:18 +02:00
parent c927c3a284
commit 1cb340d833
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@
root /var/www/afpy.org/;
include snippets/letsencrypt-afpy.org.conf;
index index.html;
location /discord
{
return 301 https://discord.gg/qaxq8tVcjx;
}
location /
{
include proxy_params;