Skip to content

Commit

Permalink
add redirect from /UBL to FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
matchboxbananasynergy authored and thestinger committed Mar 31, 2024
1 parent 3cc34aa commit 063287a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 063287a

Please sign in to comment.