diff options
| author | matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> | 2024-03-31 20:35:55 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-03-31 16:45:35 -0400 |
| commit | fd14e3123a7fc290b3c28938884dbed97414cae0 (patch) | |
| tree | 6c793f8f85f0042aaff99a03195a27d6ae37eb74 /nginx | |
| parent | fa4a1927a6b17dda1930ab6dca4c898f85e60f4c (diff) | |
Redirect from /ubl to new bootloader locking FAQ section
Diffstat (limited to 'nginx')
| -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 21063a99..96a83209 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -312,6 +312,10 @@ http { return 301 /faq#bootloader-locking-setup; } + location = /ubl { + return 301 /faq#bootloader-locking-setup; + } + location = /404 { internal; include snippets/security-headers.conf; |
