GEOIP redirect with https in nginx

With the full Nginx Installation with MAP Module active You can redirect based on GEOIP. You will need the geoip-database installed, on RedHat based system with YUM you will use the following: yum install geoip geoip-devel So once you have that installed you will need MaxMind’s City database which can be retrieved from MaxMind’s website. …