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

View File

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