From 0c03bb57373e84bd3573866e32444f9ef5f2ba4b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 29 Apr 2021 14:14:30 -0400 Subject: [PATCH] add redirect from unused mta-sts root --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 04073b01..b54472f3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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 {