hi,<br><br>Can someone specify how to configure nginx&nbsp;as&nbsp;proxy&nbsp;server for:<br><ol><li>apache http server running on port 8000<br></li><li>apache tomcat server running on port 8080</li></ol>What I want as end result is:<br>
<br><a href="http://myip/">http://myip/</a> should point to the root directory of apache http : <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a><br><a href="http://myip/test">http://myip/test</a> should point to some app hosted in tomcat like&nbsp;:&nbsp;<a href="http://127.0.0.1:8080/testsite">http://127.0.0.1:8080/testsite</a><br>
 <br>Thanks,<br>Rakesh.<br>