add redirect from unused mta-sts root
This commit is contained in:
parent
2da2056801
commit
0c03bb5737
@ -320,6 +320,10 @@ http {
|
||||
|
||||
include snippets/security-headers.conf;
|
||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||
|
||||
location = / {
|
||||
return 301 https://grapheneos.org/articles/grapheneos-servers;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
x
Reference in New Issue
Block a user