From d12871ad4a4308db88ba02f7ff4e5a29422f036d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 1 Mar 2021 11:46:47 -0500 Subject: [PATCH] add grapheneos.ovh domain --- nginx/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d0a54e1a..f74553c1 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -73,7 +73,7 @@ http { server { listen 80 backlog=4096; listen [::]:80 backlog=4096; - server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.com www.grapheneos.com grapheneos.info www.grapheneos.info 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.info www.grapheneos.info grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app; root /var/empty; @@ -83,7 +83,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.com www.grapheneos.com grapheneos.info www.grapheneos.info grapheneos.page www.grapheneos.page; + server_name www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.com www.grapheneos.com grapheneos.info www.grapheneos.info grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page; root /var/empty; @@ -274,7 +274,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.com mta-sts.grapheneos.info 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.info mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.vanadium.app; root /var/empty; @@ -284,7 +284,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.com mta-sts.grapheneos.info 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.info mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.vanadium.app; root /var/www/mta-sts;