Redirect from /ubl to new bootloader locking FAQ section

This commit is contained in:
matchboxbananasynergy 2024-03-31 20:35:55 +00:00 committed by Daniel Micay
parent fa4a1927a6
commit fd14e3123a

View File

@ -312,6 +312,10 @@ http {
return 301 /faq#bootloader-locking-setup; return 301 /faq#bootloader-locking-setup;
} }
location = /ubl {
return 301 /faq#bootloader-locking-setup;
}
location = /404 { location = /404 {
internal; internal;
include snippets/security-headers.conf; include snippets/security-headers.conf;