Explorar o código

wizard: add openresty logs location (#1108)

he2ss %!s(int64=3) %!d(string=hai) anos
pai
achega
002268b32f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wizard.sh

+ 1 - 1
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'