Skip to content

Instantly share code, notes, and snippets.

@chyld
Created November 21, 2013 09:55
Show Gist options
  • Save chyld/7578910 to your computer and use it in GitHub Desktop.
Save chyld/7578910 to your computer and use it in GitHub Desktop.
Node, Mongo, Redis install on Ubuntu
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment