Nginx - Address already in use

Solution 1:

You can't bind both Apache and Nginx on the same port 80/tcp.

Solution 2:

You cannot run two applications listening on same port, in this instance on port 80. You can either change the port for apache or for nginx