diff --git a/ChangeLog b/ChangeLog index cd1ce7bd..66805c36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,7 @@ ver. 0.9.4 (2015/XX/XXX) - wanna-be-released (Thanks Pablo Rodriguez Fernandez) * Enhance filter against atacker's Googlebot PTR fake records (gh-1226) + * Nginx log paths extended (prefixed with "*" wildcard) (gh-1237) ver. 0.9.3 (2015/08/01) - lets-all-stay-friends ---------- diff --git a/config/paths-common.conf b/config/paths-common.conf index bf3cfb6a..1aac027b 100644 --- a/config/paths-common.conf +++ b/config/paths-common.conf @@ -24,9 +24,9 @@ auditd_log = /var/log/audit/audit.log exim_main_log = /var/log/exim/mainlog -nginx_error_log = /var/log/nginx/error.log +nginx_error_log = /var/log/nginx/*error.log -nginx_access_log = /var/log/nginx/access.log +nginx_access_log = /var/log/nginx/*access.log lighttpd_error_log = /var/log/lighttpd/error.log