From 82a514a5e3e3fb150d0ee0d7584a4246728ef0ec Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 22 Nov 2023 20:36:43 -0500 Subject: [PATCH] add discord redirect --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e24eb249..0a6de9e6 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -280,6 +280,10 @@ http { return 301 /history/copperheados; } + location = "/discord" { + return 302 https://discord.gg/GE6r8YYrnM; + } + location = /404 { internal; include snippets/security-headers.conf;