diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index db9ea769..46fcb601 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -342,6 +342,12 @@ http { location = / { return 301 https://grapheneos.org/articles/grapheneos-servers; } + + location = /.well-known/mta-sts.txt {} + + location / { + return 404; + } } server { |
