Skip to content

Instantly share code, notes, and snippets.

@jerzyn
Created March 31, 2014 10:30
Show Gist options
  • Save jerzyn/9889543 to your computer and use it in GitHub Desktop.
Save jerzyn/9889543 to your computer and use it in GitHub Desktop.
Download the code and compile it,
wget http://agentzh.org/misc/nginx/ngx_openresty-VERSION.tar.gz
tar -zxvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure --prefix=/opt/openresty --with-luajit --with-http_iconv_module -j2
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment