Has anybody experience with geolocation in nginx?
I just read http://nginx.org/en/docs/http/ngx_http_geoip_module.html, it uses maxmind database.
How much overhead it adds to every request?
Or is there a better alternative? How do you solve geolocation identification?
Do you use it in series with another web servers? Or every instance of nginx has this geolocation API "self-enabled"?