add redirect for community rules forum thread
This commit is contained in:
parent
c731199222
commit
9e1c1a731f
@ -287,6 +287,12 @@ http {
|
||||
return 301 https://discord.com/invite/grapheneos;
|
||||
}
|
||||
|
||||
location = "/code-of-conduct" {
|
||||
include snippets/security-headers.conf;
|
||||
add_header Cache-Control "public, max-age=86400";
|
||||
return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct;
|
||||
}
|
||||
|
||||
location = /404 {
|
||||
internal;
|
||||
include snippets/security-headers.conf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user