Skip to content

Instantly share code, notes, and snippets.

@lucasrenan
Created February 3, 2012 13:32
Show Gist options
  • Save lucasrenan/1730194 to your computer and use it in GitHub Desktop.
Save lucasrenan/1730194 to your computer and use it in GitHub Desktop.
atualizar nginx webbynode
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