<div>Hi all:</div>
<div> </div>
<div>I try to setup the NGINX as a reverse-proxy to protect several webservers, which lots of websites are running on. Yes, it is a virtual host :) </div>
<div> </div>
<div><a href="http://abc.com">abc.com</a> |-----------[nginx reverse proxy] ------- |virtualhost] ----/abc     directory</div>
<div><a href="http://123.com">123.com</a> |                                                                                  |--/123  directory</div>
<div> </div>
<div>[note] the virtualhost port is 80. </div>
<div> </div>
<div>I go through the <a href="http://wiki.nginx.net">wiki.nginx.net</a> and can not find any configuration related with the topology. </div>
<div> </div>
<div>Any one can paste a configuration for such case? </div>
<div>how can I distinguish the different server in one listening port? </div>
<div> </div>
<div>thanks </div>
<div>George </div>