Last active
August 29, 2015 13:57
-
-
Save rogerz/9577726 to your computer and use it in GitHub Desktop.
run node app under 80 without root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libcap2-bin | |
sudo setcap cap_net_bind_service=+ep /usr/local/bin/node | |
# https://www.digitalocean.com/community/articles/how-to-use-pm2-to-setup-a-node-js-production-environment-on-an-ubuntu-vps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment