mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
Add comments explaining
This commit is contained in:
parent
7f305ee02e
commit
ffc7e8d77e
@ -7,14 +7,16 @@
|
|||||||
# DON'T DELETE THE LINE BELOW
|
# DON'T DELETE THE LINE BELOW
|
||||||
# ADDITIONAL DIRECTIVES HERE
|
# ADDITIONAL DIRECTIVES HERE
|
||||||
|
|
||||||
|
# Ensure we have the MTA-STS policy enabled
|
||||||
location = /.well-known/mta-sts.txt {
|
location = /.well-known/mta-sts.txt {
|
||||||
alias /var/lib/mailinabox/mta-sts.txt;
|
alias /var/lib/mailinabox/mta-sts.txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Disable error logs for these
|
||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /favicon.ico {
|
location = /favicon.ico {
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
Loading…
Reference in New Issue
Block a user