We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230abcd commit c27e413Copy full SHA for c27e413
nginx/nginx.conf
@@ -308,6 +308,10 @@ http {
308
return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct;
309
}
310
311
+ location = /UBL {
312
+ return 301 /faq#bootloader-locking-setup;
313
+ }
314
+
315
location = /404 {
316
internal;
317
include snippets/security-headers.conf;
0 commit comments