Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created November 22, 2012 08:32
Show Gist options
  • Save jsleetw/4129994 to your computer and use it in GitHub Desktop.
Save jsleetw/4129994 to your computer and use it in GitHub Desktop.
make nginx
./configure --prefix=/opt/nginx --with-debug --with-http_dav_module \
--with-http_addition_module --with-http_geoip_module --with-http_gzip_static_module \
--with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module \
--with-http_ssl_module --with-http_sub_module --with-http_xslt_module \
--with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail \
--with-mail_ssl_module \
--add-module=/opt/ruby/lib/ruby/gems/1.8/gems/passenger-3.0.11/ext/nginx
-------------------------------------------------------------------------------------
without passenger
--with-http_dav_module --with-http_addition_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail --with-mail_ssl_module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment