Skip to content

Instantly share code, notes, and snippets.

@refack
Created April 24, 2013 19:31
Show Gist options
  • Save refack/5454879 to your computer and use it in GitHub Desktop.
Save refack/5454879 to your computer and use it in GitHub Desktop.
Home to let node.js bind port 80 without sudo
sudo setcap 'cap_net_bind_service=+ep' `which nodejs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment