From 19f1f9b700519cecb01c66fe9c1a7e4c5b523304 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 29 Mar 2021 17:08:02 -0400 Subject: [PATCH] move mta-sts data to /srv --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }