Merge pull request #95 from leev/with-stream
Document building --with-stream
This commit is contained in:
commit
8c780510ea
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@ make
|
|||
make install
|
||||
```
|
||||
|
||||
##### If you need stream support, make sure to compile with stream:
|
||||
```
|
||||
./configure --add-dynamic-module=/path/to/ngx_http_geoip2_module --with-stream
|
||||
OR
|
||||
./configure --add-module=/path/to/ngx_http_geoip2_module --with-stream
|
||||
```
|
||||
|
||||
|
||||
## Download Maxmind GeoLite2 Database (optional)
|
||||
The free GeoLite2 databases are available from [Maxminds website](http://dev.maxmind.com/geoip/geoip2/geolite2/) (requires signing up)
|
||||
|
||||
|
|
Loading…
Reference in a new issue