diff options
| author | matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> | 2024-03-27 18:13:52 +0000 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-31 15:54:21 -0400 |
| commit | 063287a256c647c15d7d3238406cb3191f15b5a6 (patch) | |
| tree | d7db83b9f9019b88c905864fdaf0220af7e386fd | |
| parent | 3cc34aa040c51a51c081953a848cfb85f29ab5f8 (diff) | |
add redirect from /UBL to FAQ section
| -rw-r--r-- | nginx/nginx.conf | 4 |
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; |
