add redirect from unused mta-sts root

This commit is contained in:
Daniel Micay 2021-04-29 14:14:30 -04:00
parent 2da2056801
commit 0c03bb5737

View File

@ -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 {