diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-29 14:14:30 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-29 14:14:30 -0400 |
| commit | 0c03bb57373e84bd3573866e32444f9ef5f2ba4b (patch) | |
| tree | b8cdaa016ff02e4f10ad3dbed925e7ab3485d3ea /nginx | |
| parent | 2da20568010e5e2b02a55f12f96e57b5cd46b2be (diff) | |
add redirect from unused mta-sts root
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
