summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-01-11 07:44:34 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-01-15 13:54:57 -0500
commit1b0c6ea5e4edf0bcd765be8536e2de78d6f201ea (patch)
tree4ea4f1e0e32844b30b74160a0abce4e5a4d08b6c /nginx
parentd85b593c9aab4ffeee93ee0a848e2631820713dd (diff)
add grapheneos.com domain
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 9074f3e5..abfaea97 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -66,7 +66,7 @@ http {
server {
listen 80 backlog=4096;
listen [::]:80 backlog=4096;
- server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app;
+ server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.com www.grapheneos.com grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app;
root /var/empty;
@@ -76,7 +76,7 @@ http {
server {
listen 443 ssl http2 backlog=4096;
listen [::]:443 ssl http2 backlog=4096;
- server_name www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.page www.grapheneos.page;
+ server_name www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.com www.grapheneos.com grapheneos.page www.grapheneos.page;
root /var/empty;
@@ -245,7 +245,7 @@ http {
server {
listen 80;
listen [::]:80;
- server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.page mta-sts.vanadium.app;
+ server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.com mta-sts.grapheneos.page mta-sts.vanadium.app;
root /var/empty;
@@ -255,7 +255,7 @@ http {
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
- server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.page mta-sts.vanadium.app;
+ server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.com mta-sts.grapheneos.page mta-sts.vanadium.app;
root /var/www/mta-sts;