WIP: need to include SMTP relay

This commit is contained in:
2022-11-19 18:55:06 +01:00
parent 1d08397182
commit 9c56e5359c
3 changed files with 22 additions and 11 deletions

View File

@ -1,13 +1,3 @@
## Start of configuration add by letsencrypt container
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;
}
## End of configuration add by letsencrypt container
add_header Referrer-Policy "no-referrer" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-Download-Options "noopen" always;