You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mod_maxminddb/SOURCES/maxminddb.conf

9 lines
411 B

<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>