Editing: geoip.conf
############################################################################### # GeoIP2 Configuration ## geoip2 /usr/share/GeoIP/GeoLite2-City.mmdb { auto_reload 60m; $geoip2_data_city_name city names en; } geoip2 /usr/share/GeoIP/GeoLite2-Country.mmdb { auto_reload 60m; $geoip2_data_country_code source=$remote_addr country iso_code; }
Save
Back