diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 91e3faa6..6c89bb5f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; }