summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-10 14:50:20 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-10 14:50:20 -0500
commit39b0176e530965eb4145148fec3371b89db017ac (patch)
tree6addac35277c030240d3a99990af8aa9b8bfec7c /nginx
parent6746fbacaf855bd9da517727d88a9859cc5b71d7 (diff)
add redirects for grapheneos.app
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf6
1 files 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;