I have two nics on my server.  I have nginx set to listen on one of them using "listen 10.1.2.3 80"  However, it keeps listening on the other ip as well.  So i'm unable to start anything else on port 80 on that interface.<br>
<br>Any ideas what could be wrong?  Everything I'm finding says that the listen command is all I needed to do.<br>