I do not have an answer, but here are a couple of things to look at: check /var/log/appfirewall.log to see if it has anything useful, and run sudo lsof -i:80 to make sure it is really nginx doing the listening (and that it is listening on all IPs, not just 127.0.0.1).