Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CharlyJazz/8eb831f649666c4e834e0d9893e65270 to your computer and use it in GitHub Desktop.
Save CharlyJazz/8eb831f649666c4e834e0d9893e65270 to your computer and use it in GitHub Desktop.
recordatorio sysadmin
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000
https://stackoverflow.com/questions/16573668/best-practices-when-running-node-js-with-port-80-ubuntu-linode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment