mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 12:24:37 -05:00
move mta-sts.matrix.grapheneos.org to mail server
This commit is contained in:
parent
7b897e0a6f
commit
39711a6085
@ -108,7 +108,7 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name matrix.grapheneos.org element.grapheneos.org mta-sts.matrix.grapheneos.org;
|
||||
server_name matrix.grapheneos.org element.grapheneos.org;
|
||||
|
||||
keepalive_timeout 0;
|
||||
|
||||
@ -197,29 +197,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name mta-sts.matrix.grapheneos.org;
|
||||
|
||||
root /srv/mta-sts;
|
||||
|
||||
keepalive_timeout 0;
|
||||
|
||||
include snippets/security-headers.conf;
|
||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||
|
||||
location = / {
|
||||
return 301 https://grapheneos.org/articles/grapheneos-servers;
|
||||
}
|
||||
|
||||
location = /.well-known/mta-sts.txt {}
|
||||
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen unix:/run/nginx/status.sock;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user