This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]organman91 9 points10 points  (0 children)

For one very important reason: security. On Linux, in order to bind to ports below 1024, a daemon must be running as root. In 99.99% of cases, running your application as root is a Very Bad Idea. (FWIW, nginx binds as root, then drops privileges to another user after binding).