summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;