nginx-tcp-lua服务器 如何建造 1. download the special version from openresty.com # wget http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz 2. download the special version patch and do patch # cp ngx-1.7.10-default_head.patch ngx_openresty-1.7.10.1/bundle/ # cd ngx_openresty-1.7.10.1/bundle # patch -p0 < ngx-1.7.10-default_head.patch 3. make and install # cd ngx_openresty-1.7