add grapheneos.page domain
This commit is contained in:
parent
61455a949f
commit
4444ba4485
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user