diff options
-rw-r--r-- | roles/awstats/templates/awstats.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/awstats/templates/awstats.conf b/roles/awstats/templates/awstats.conf index 13a4d96..90e3abe 100644 --- a/roles/awstats/templates/awstats.conf +++ b/roles/awstats/templates/awstats.conf @@ -1,7 +1,9 @@ LogFile="/var/log/httpd/{{ item }}_ssl_access.fixed.log" LogType=W -LogFormat="%time1 %host %other %other %methodurl %bytesd" +LogFormat=1 SiteDomain={{ item }} DNSLookup=1 DynamicDNSLookup=1 BuildReportFormat=xhtml +DirData="/var/lib/awstats" + |