add redirect from /UBL to FAQ section

This commit is contained in:
matchboxbananasynergy 2024-03-27 18:13:52 +00:00 committed by Daniel Micay
parent 3cc34aa040
commit 063287a256

View File

@ -308,6 +308,10 @@ http {
return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct;
}
location = /UBL {
return 301 /faq#bootloader-locking-setup;
}
location = /404 {
internal;
include snippets/security-headers.conf;