From e825e977ccb897ddeadd573854e2666ee8963038 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 30 Oct 2015 17:51:30 +0100 Subject: [PATCH] Nginx log paths extended (prefixed with "*" wildcard) closes gh-1237 --- ChangeLog | 1 + config/paths-common.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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