This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/etc/nginx.conf | |
# GeoIP | |
geoip_country /usr/local/share/GeoIP/GeoIP.dat; # the country IP database | |
geoip_country /usr/local/share/GeoIP/GeoIPv6.dat; # the country IPv6 database | |
geoip_city /usr/local/share/GeoIP/GeoLiteCity.dat; # the city IP database | |
geoip_city /usr/local/share/GeoIP/GeoLiteCityv6.dat; # the city IPv6 database | |
geoip_org /usr/local/share/GeoIP/GeoIPASNum.dat; # the ASN IP database | |
geoip_org /usr/local/share/GeoIP/GeoIPASNumv6.dat; # the ASN IPv6 database |
NewerOlder