Nginx GeoIP_City not working
kokomos
nginx-forum at nginx.us
Tue Jul 6 22:34:44 MSD 2010
Here is what I set for fastcgi_param
fastcgi_param GEOIP_COUNTRY_NAME $geoip_city_country_name;
fastcgi_param GEOIP_COUNTRY_CODE $geoip_city_country_code3;
fastcgi_param GEOIP_REGION $geoip_region;
fastcgi_param GEOIP_CITY $geoip_city;
It was working few days ago but then GEOIP_REGION and GEOIP_CITY stopped
working but GEOIP_COUNTRY_NAME and GEOIP_COUNTRY_CODE are working fine.
Can anyone help?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,106009,106009#msg-106009
More information about the nginx
mailing list