Skip to content

Instantly share code, notes, and snippets.

@chaosong
Created November 21, 2013 14:55
Show Gist options
  • Save chaosong/7582988 to your computer and use it in GitHub Desktop.
Save chaosong/7582988 to your computer and use it in GitHub Desktop.
openresty install.sh
./configure --prefix=/opt/openresty \
--with-debug \
--with-http_iconv_module \
--with-http_postgres_module \
--with-luajit \
--with-http_realip_module \
--with-http_image_filter_module \
--with-http_geoip_module \
--with-http_gzip_static_module \
--with-http_stub_status_module \
-j8
#--with-http_ssl_module \
#--with-http_sub_module \
#make -j8
#make install -j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment