]> git.somenet.org - root/pub/somesible.git/blob - roles/server/nginx/server/files/default/awstats.conf.local
905aeb63006e0672c373d84176d89a562e6b9ec1
[root/pub/somesible.git] / roles / server / nginx / server / files / default / awstats.conf.local
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2026 by someone <someone@somenet.org>
7 #
8
9 # You can overrides config directives here.
10 # This is particularly useful for users with several configs for
11 # different virtual servers, who want to reuse common parameters.
12 # Also, this file is not updated with each new upstream release.
13
14 LoadPlugin="ipv6"
15 LoadPlugin="geoip GEOIP_STANDARD /usr/share/GeoIP/GeoIP.dat"
16 LoadPlugin="geoip6 GEOIP_STANDARD /pathto/GeoIPv6.dat"
17
18 AllowFullYearView=3
19
20 LogFile="/var/log/nginx/access.log"
21 LogFormat=1
22 SiteDomain="localhost"
23 HostAliases="REGEX[^.*$]"
24
25 DNSLookup=0
26 DynamicDNSLookup=1