Skip to content

Instantly share code, notes, and snippets.

@misiek08
Created January 25, 2015 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misiek08/90efd270e275732033dc to your computer and use it in GitHub Desktop.
Save misiek08/90efd270e275732033dc to your computer and use it in GitHub Desktop.
openresty build for debian v2
apt-get install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make libgeoip-dev
./configure --with-http_realip_module --with-http_addition_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_iconv_module -j10 --user=www-data --group=www-data --with-file-aio --with-ipv6
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment