Created
January 25, 2015 16:33
-
-
Save misiek08/90efd270e275732033dc to your computer and use it in GitHub Desktop.
openresty build for debian v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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