1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

point to nginx log file

This commit is contained in:
George Hunt 2020-01-09 19:34:55 -05:00
parent 5fd01f1892
commit 3cb97af088

View file

@ -49,9 +49,9 @@
#
{% if is_debuntu %}
LogFile="/usr/share/awstats/tools/logresolvemerge.pl {{ apache_log_dir }}/access.log* |"
LogFile="/usr/share/awstats/tools/logresolvemerge.pl {{ nginx_log_dir }}/access.log* |"
{% else %}
LogFile="/usr/share/awstats/tools/logresolvemerge.pl /var/log/httpd/access_log* |"
LogFile="/usr/share/awstats/tools/logresolvemerge.pl {{ nginx_log_dir }}/access_log* |"
{% endif %}
# Enter the log file type you want to analyze.