Skip to content

Instantly share code, notes, and snippets.

@bryanbibat
Last active October 13, 2015 16:57
Show Gist options
  • Save bryanbibat/4226846 to your computer and use it in GitHub Desktop.
Save bryanbibat/4226846 to your computer and use it in GitHub Desktop.
nginx - passenger
# after sudo apt-get install build-essential zlib1g-dev libpcre3 libpcre3-dev
./configure --prefix='/opt/nginx' --with-http_ssl_module --with-http_gzip_static_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.1/ext/nginx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment