add discord redirect

This commit is contained in:
Daniel Micay 2023-11-22 20:36:43 -05:00
parent 4d46ad9ef7
commit 82a514a5e3

View File

@ -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;