mod_maxminddb/SOURCES/maxminddb.conf

10 lines
411 B
Plaintext

<IfModule mod_maxminddb.c>
MaxMindDBEnable On
# GeoLite2 databases (provided by the RPM packages geolite2-country
# and geolite2-city) are free IP geolocation databases comparable to,
# but less accurate than, MaxMind's commercial GeoIP2 databases.
MaxMindDBFile COUNTRY_DB /usr/share/GeoIP/GeoLite2-Country.mmdb
MaxMindDBFile CITY_DB /usr/share/GeoIP/GeoLite2-City.mmdb
</IfModule>