Generalizing GeoIP to be consumed by more services
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Load database and set variables from the database.
|
||||
geoip2 /etc/nginx/conf/maxmind-geoip2.mmdb {
|
||||
geoip2 /usr/share/GeoIP/GeoIP2.mmdb {
|
||||
auto_reload 60m;
|
||||
$geoip2_metadata_country_build metadata build_epoch;
|
||||
$geoip2_data_country_code country iso_code;
|
||||
|
||||
Reference in New Issue
Block a user