Removed specific debugging from mail.domain.tld

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-30 15:09:39 +01:00
parent e3cafd3f0a
commit de81b78321

View File

@ -3,6 +3,4 @@ server
server_name {{domain}};
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
{% include 'roles/native-nginx-docker-proxy/templates/https_proxy_pass.conf.j2'%}
access_log /var/log/nginx/{{domain}}-access.log;
error_log /var/log/nginx/{{domain}}-error.log;
}