Nginx tries to run on port 80 but the configs have been removed

Solution 1:

Check that all the Server blocks have listen directives, otherwise nginx will default to 80 for that block.