Nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

BTW, my favorite incantation for this is:

fuser -kivn tcp 80

-i makes it prompt before killing, and -v prints the process name in addition to the process id.

4 Likes