Splits access and error logs for each host

This commit is contained in:
chaptergy
2021-05-30 20:14:35 +02:00
parent d16bf7d6c0
commit deca493912
7 changed files with 14 additions and 11 deletions

View File

@ -8,7 +8,8 @@ server {
server_name {{ domain_names | join: " " }};
access_log /data/logs/letsencrypt-requests.log standard;
access_log /data/logs/letsencrypt-requests_access.log standard;
error_log /data/logs/letsencrypt-requests_error.log warn;
include conf.d/include/letsencrypt-acme-challenge.conf;