diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-22 20:36:43 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-22 20:36:43 -0500 |
| commit | 82a514a5e3e3fb150d0ee0d7584a4246728ef0ec (patch) | |
| tree | ed57fd551ef53b9f9e2f622a824863dd81c5b179 /nginx | |
| parent | 4d46ad9ef7aff160e2d7a92e40a4c4841e756307 (diff) | |
add discord redirect
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; |
