How to Install NGINX with GeoIP Module - Fedingo
fedingo.com › how-to-install-nginx-with-geoip-moduleApr 11, 2021 · Here are the steps to install NGINX with GeoIP module. As mentioned earlier, we will download & compile NGINX from source, along with GeoIP, instead of installing it separately. 1. Install Pre-Requisites. Open terminal and run the following commands to download and install the prerequisites for GeoIP module. $ cd /usr/local/src $ sudo add-apt-repository ppa:maxmind/ppa $ sudo apt-get update $ sudo apt install libmaxminddb0 libmaxminddb-dev mmdb-bin