Chrislim2888 Ip2location Nginx Save

Nginx module that allows user to lookup for geolocation information using IP2Location database.

Project README

IMPORTANT:

THIS PROJECT WILL NO LONGER BE MAINTAINED. PLEASE VISIT https://github.com/ip2location/ip2location-nginx FOR THE LATEST UPDATE.

IP2Location Nginx

IP2Location Nginx module enables user to easily perform client's IP to geographical location lookup by using IP2Location database.

Supported IPv4 and IPv6 address.

For more details, please visit: https://www.ip2location.com/developers/nginx

Installation

  1. Download IP2location C library from https://www.ip2location.com/developers/c
  2. Change the path to IP2Location library in "ngx_http_ip2location_module.c".
  3. Re-compile Nginx from source to include this module. Add the below directive into the compile of Nginx: ./configure --add-module=/absolute/path/to/nginx-ip2location-1.0
  4. make
  5. make install

Usage

Change your Nginx config file to include the 'ip2location_database' directive:

ip2location_database /absolute/path/to/IP2LOCATION-LITE-DB1.BIN;

The following variables will be made available in Nginx:

$ip2location_country_code
$ip2location_country_name

Sample BIN Databases

Support

Email: [email protected].
URL: https://www.ip2location.com

Open Source Agenda is not affiliated with "Chrislim2888 Ip2location Nginx" Project. README Source: chrislim2888/ip2location-nginx

Open Source Agenda Badge

Open Source Agenda Rating