Skip to content

Commit

Permalink
Documented lua-ffi-zlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Jul 29, 2015
1 parent f6d8b1d commit 7e2a9cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Download and install:

Review the [lua-nginx-module](https://github.com/openresty/lua-nginx-module) documentation on how to
run Lua code in Nginx. If you are new to OpenResty, it's important to take the time to do this
properly, as the environment is quite specific.
properly, as the environment is quite specific. Note that LuaJIT must be enabled (which is the default).

Clone this repo, and the following dependencies into a path defined by
[lua_package_path](https://github.com/openresty/lua-nginx-module#lua_package_path):
Expand All @@ -104,6 +104,7 @@ Clone this repo, and the following dependencies into a path defined by
* [lua-resty-redis-connector](https://github.com/pintsized/lua-resty-redis-connector) >= 0.02
* [lua-resty-qless](https://github.com/pintsized/lua-resty-qless) >= 0.04
* [lua-resty-cookie](https://github.com/cloudflare/lua-resty-cookie)
* [lua-ffi-zlib](https://github.com/hamishforbes/lua-ffi-zlib) >= 0.01

Enable the
[lua_check_client_abort](https://github.com/openresty/lua-nginx-module#lua_check_client_abort)
Expand Down

0 comments on commit 7e2a9cf

Please sign in to comment.