This tutorial assumes you have magento and nginx installed
Install geoip module and database:
Update apt db
apt update
Then:
sudo apt-get install libgeoip1 libnginx-mod-http-geoip geoip-database -y
Update GeoIP databases:
cd /usr/share/GeoIP
mv GeoIP.dat GeoIP.dat.bak
curl -O https://...
Read more