diff options
| -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; |
