From 39b0176e530965eb4145148fec3371b89db017ac Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 10 Dec 2020 14:50:20 -0500 Subject: [PATCH] add redirects for grapheneos.app --- nginx/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ecc8494d..dc3fd45d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -74,7 +74,7 @@ http { server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name www.grapheneos.org; + server_name www.grapheneos.org www.grapheneos.app grapheneos.app; root /var/empty; @@ -191,7 +191,7 @@ http { server { listen 80; listen [::]:80; - server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org; + server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app; root /var/empty; @@ -201,7 +201,7 @@ http { server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org; + server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app; root /var/www/mta-sts;