add redirects for grapheneos.app
This commit is contained in:
parent
6746fbacaf
commit
39b0176e53
@ -74,7 +74,7 @@ http {
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name www.grapheneos.org;
|
server_name www.grapheneos.org www.grapheneos.app grapheneos.app;
|
||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ http {
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org;
|
server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app;
|
||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
@ -201,7 +201,7 @@ http {
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org;
|
server_name mta-sts.grapheneos.org mta-sts.mail.grapheneos.org mta-sts.grapheneos.app;
|
||||||
|
|
||||||
root /var/www/mta-sts;
|
root /var/www/mta-sts;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user