summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 89fb87b7..21063a99 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;