diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-31 14:51:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-31 14:51:56 -0400 |
| commit | e1ea020f2a0512d79b1722013b32769b4ac47b92 (patch) | |
| tree | d4d64062f0bc652edaca4064b67417fa89f76f38 | |
| parent | 3623918866635c8ee7c138400a32037494bb2b67 (diff) | |
add grapheneos.ca domain
| -rw-r--r-- | nginx/nginx.conf | 8 | ||||
| -rw-r--r-- | static/articles/grapheneos-servers.html | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c97f7a73..187d1011 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -82,7 +82,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.net www.grapheneos.net grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app; + server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.ca www.grapheneos.ca grapheneos.com www.grapheneos.com grapheneos.info www.grapheneos.info grapheneos.net www.grapheneos.net grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app; root /var/empty; @@ -93,7 +93,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.net www.grapheneos.net grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page; + server_name www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.ca www.grapheneos.ca grapheneos.com www.grapheneos.com grapheneos.info www.grapheneos.info grapheneos.net www.grapheneos.net grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page; root /var/empty; @@ -336,7 +336,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.net mta-sts.grapheneos.ovh 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.ca mta-sts.grapheneos.com mta-sts.grapheneos.info mta-sts.grapheneos.net mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.vanadium.app; root /var/empty; @@ -346,7 +346,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.net mta-sts.grapheneos.ovh 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.ca mta-sts.grapheneos.com mta-sts.grapheneos.info mta-sts.grapheneos.net mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.vanadium.app; root /srv/mta-sts; diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index e4931fc9..f76583b5 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -92,6 +92,8 @@ <li>www.grapheneos.org</li> <li>grapheneos.app</li> <li>www.grapheneos.app</li> + <li>grapheneos.ca</li> + <li>www.grapheneos.ca</li> <li>grapheneos.com</li> <li>www.grapheneos.com</li> <li>grapheneos.info</li> @@ -107,6 +109,7 @@ <li>mta-sts.grapheneos.org</li> <li>mta-sts.mail.grapheneos.org</li> <li>mta-sts.grapheneos.app</li> + <li>mta-sts.grapheneos.ca</li> <li>mta-sts.grapheneos.com</li> <li>mta-sts.grapheneos.info</li> <li>mta-sts.grapheneos.net</li> |
