move mta-sts data to /srv

This commit is contained in:
Daniel Micay 2021-03-29 17:08:02 -04:00
parent a4256c15ae
commit 19f1f9b700

View File

@ -294,7 +294,7 @@ http {
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.ovh mta-sts.grapheneos.page mta-sts.vanadium.app;
root /var/www/mta-sts;
root /srv/mta-sts;
include snippets/security-headers.conf;
}