diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
