Last active
October 13, 2015 16:57
-
-
Save bryanbibat/4226846 to your computer and use it in GitHub Desktop.
nginx - passenger
This file contains 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
# 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