diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 17:08:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 17:08:02 -0400 |
| commit | 19f1f9b700519cecb01c66fe9c1a7e4c5b523304 (patch) | |
| tree | c4e6bdf87543438486da1495cd4e1748df286e4c /nginx | |
| parent | a4256c15aeafbd530ea6637e71756e2f0f42e17f (diff) | |
move mta-sts data to /srv
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
