From fd14e3123a7fc290b3c28938884dbed97414cae0 Mon Sep 17 00:00:00 2001 From: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:35:55 +0000 Subject: [PATCH] Redirect from /ubl to new bootloader locking FAQ section --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 21063a99..96a83209 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -312,6 +312,10 @@ http { return 301 /faq#bootloader-locking-setup; } + location = /ubl { + return 301 /faq#bootloader-locking-setup; + } + location = /404 { internal; include snippets/security-headers.conf;