Skip to content

Commit c27e413

Browse files
matchboxbananasynergythestinger
authored andcommitted
add redirect from /UBL to FAQ section
1 parent 230abcd commit c27e413

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx/nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ http {
308308
return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct;
309309
}
310310

311+
location = /UBL {
312+
return 301 /faq#bootloader-locking-setup;
313+
}
314+
311315
location = /404 {
312316
internal;
313317
include snippets/security-headers.conf;

0 commit comments

Comments
 (0)