Added geolite2 download information
This commit is contained in:
parent
deee646296
commit
48435ecb0f
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ make
|
|||
make install
|
||||
```
|
||||
|
||||
## Download Maxmind GeoLite2 Database (optional)
|
||||
The free GeoLite2 databases are available from [Maxminds website](http://dev.maxmind.com/geoip/geoip2/geolite2/)
|
||||
|
||||
[GeoLite2 City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz)
|
||||
[GeoLite2 Country](http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz)
|
||||
|
||||
## Example Usage:
|
||||
```
|
||||
http {
|
||||
|
|
Loading…
Reference in a new issue