Guest User

Untitled

a guest
Dec 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ## Bind node to port 80
  2.  
  3. ```
  4. sudo apt-get install libcap2-bin
  5. sudo setcap cap_net_bind_service=+ep `readlink -f \`which node\``
  6. ```
Add Comment
Please, Sign In to add comment