From 063287a256c647c15d7d3238406cb3191f15b5a6 Mon Sep 17 00:00:00 2001 From: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:13:52 +0000 Subject: [PATCH] add redirect from /UBL to FAQ section --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 89fb87b7e..21063a992 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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;