Description
ngx_openresty is a full-fledged web application server by bundling the standard nginx core, lots of 3rd-party nginx modules, as well as most of their external dependencies.This bundle is maintained Yichun Zhang (agentzh).
Because most of the nginx modules are developed by the bundle maintainers, it can ensure that all these modules are played well together.
The bundled software components are copyrighted by the respective copyright holders.
The homepage for this project is http://openresty.org.
For Users
Visit http://openresty.org/#Download to download the latest bundle tarball, and follow the installation instructions in the page http://openresty.org/#Installation.For Bundle Maintainers
The bundle's source is at the following git repository:https://github.com/agentzh/ngx_openresty
To reproduce the bundle tarball, just do
make
at the top of the bundle source tree.from https://github.com/openresty/ngx_openresty