From 002268b32f103cd725ed534e9bffb57b9d82c967 Mon Sep 17 00:00:00 2001 From: he2ss Date: Fri, 17 Dec 2021 10:29:00 +0100 Subject: [PATCH] wizard: add openresty logs location (#1108) --- wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard.sh b/wizard.sh index 867622fb0..febefba13 100755 --- a/wizard.sh +++ b/wizard.sh @@ -164,7 +164,7 @@ log_input_tags[linux]="type: syslog" declare -A log_locations log_locations[apache2]='/var/log/apache2/*.log,/var/log/*httpd*.log,/var/log/httpd/*log' -log_locations[nginx]='/var/log/nginx/*.log' +log_locations[nginx]='/var/log/nginx/*.log,/usr/local/openresty/nginx/logs/*.log' log_locations[sshd]='/var/log/auth.log,/var/log/sshd.log,/var/log/secure' log_locations[rsyslog]='/var/log/syslog' log_locations[telnet]='/var/log/telnetd*.log'