Add comments explaining

This commit is contained in:
David Duque 2020-06-28 10:05:25 +01:00
parent 7f305ee02e
commit ffc7e8d77e
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 3 additions and 1 deletions

View File

@ -7,14 +7,16 @@
# DON'T DELETE THE LINE BELOW
# ADDITIONAL DIRECTIVES HERE
# Ensure we have the MTA-STS policy enabled
location = /.well-known/mta-sts.txt {
alias /var/lib/mailinabox/mta-sts.txt;
}
# Disable error logs for these
location = /robots.txt {
log_not_found off;
access_log off;
}
location = /favicon.ico {
log_not_found off;
access_log off;