summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-20 23:37:59 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-20 23:37:59 -0500
commit4444ba4485b89e227ce6b9d81bda38f0ed4a0545 (patch)
treece7af398adf73f164d14e3565011608d02e16ad9 /nginx
parent61455a949f95e25c03ea0fca266d5bd057f5c1d6 (diff)
add grapheneos.page 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 845a4e9e..517aa971 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -65,7 +65,7 @@ http {
server {
listen 80 backlog=4096;
listen [::]:80 backlog=4096;
- server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app vanadium.app www.vanadium.app;
+ server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app;
root /var/empty;
@@ -75,7 +75,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;
+ server_name www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.page www.grapheneos.page;
root /var/empty;
@@ -204,7 +204,7 @@ http {
server {
listen 80;
listen [::]:80;
- server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.vanadium.app;
+ server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.page mta-sts.vanadium.app;
root /var/empty;
@@ -214,7 +214,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.vanadium.app;
+ server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.page mta-sts.vanadium.app;
root /var/www/mta-sts;