Created
February 3, 2012 13:32
-
-
Save lucasrenan/1730194 to your computer and use it in GitHub Desktop.
atualizar nginx webbynode
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
cd /tmp | |
wget http://nginx.org/download/nginx-1.3.7.tar.gz | |
tar zxf nginx-1.3.7.tar.gz | |
sudo /usr/bin/passenger-install-nginx-module --nginx-source-dir=/tmp/nginx-1.3.7 --prefix=/opt/nginx --auto --extra-configure-flags=--with-http_stub_status_module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment