Skip to content

Instantly share code, notes, and snippets.

@imbdb
Last active October 1, 2016 08:19
Show Gist options
  • Save imbdb/5734c8e41207d8355de624cf572f1074 to your computer and use it in GitHub Desktop.
Save imbdb/5734c8e41207d8355de624cf572f1074 to your computer and use it in GitHub Desktop.
Node Port 80 EACCESS Solution
/*For Linux
Just run these two lines and you are good to go*/
sudo apt-get install libcap2-bin
sudo setcap cap_net_bind_service=+ep `readlink -f \`which node\``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment