If you get following error, when you try to start nginx…

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

Then it means nginx or some other process is already using port 80.

You can kill it using:

sudo fuser -k 80/tcp

And then try restarting nginx again:

service nginx start

11 comments

  1. I got Oops! Google Chrome could not connect to 198.199.104.115
    Try reloading: 198.­199.­104.­115
    After following this

Comments are closed.