add redirects for grapheneos.app

This commit is contained in:
Daniel Micay 2020-12-10 14:50:20 -05:00
parent 6746fbacaf
commit 39b0176e53

View File

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