add redirect from /UBL to FAQ section
This commit is contained in:
parent
3cc34aa040
commit
063287a256
@ -308,6 +308,10 @@ http {
|
|||||||
return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct;
|
return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /UBL {
|
||||||
|
return 301 /faq#bootloader-locking-setup;
|
||||||
|
}
|
||||||
|
|
||||||
location = /404 {
|
location = /404 {
|
||||||
internal;
|
internal;
|
||||||
include snippets/security-headers.conf;
|
include snippets/security-headers.conf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user