commit c464cc71670d2cfd085ee95fe70d1bd3caaf3753 parent ee628165cf8fcd766747e32dd8971260f96ea33f Author: Frederic Cambus <fred@statdns.com> Date: Mon, 24 Oct 2016 16:41:17 +0200 Documentation update: specify minimal required 'ngx_lua' version + typo fix Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -28,9 +28,9 @@ Geolocation operations are performed using Nginx GeoIP module which caches the d Telize requires Nginx 1.7.4+ compiled with the following modules : -- GeoIP (Optional HTTP modules : --with-http_geoip_module) +- GeoIP (Optional HTTP module : --with-http_geoip_module) - HttpRealipModule (Optional HTTP module : --with-http_realip_module) -- HttpLuaModule (Third party module (ngx_lua) : http://wiki.nginx.org/HttpLuaModule) +- HttpLuaModule 0.9.17+ (Third party module (ngx_lua) : http://wiki.nginx.org/HttpLuaModule) If you are using Debian stable, the `nginx-extras` package have these modules compiled-in.