I am working at my django project with nginx and gunicorn, as it said here:
django
nginx
gunicorn
https://www.digitalocean.com/community/tutorials/h
I think you have some other process using port 80, according to your nginx error log.
You'll have to figure out what that process is, and kill it if unneeded. Or use another port.