Hi guys i have a problem with my web server configuration . <br>I have a virtual machine with ngnix and 5 virtual machine with apache . <br>I wont to reverse proxy ngnix to apache but i have only one domain : <br><a href="http://mydomain.com">mydomain.com</a><br>
So if i typing <a href="http://mydomain.com/abc">mydomain.com/abc</a> ngnix proxy in virtual machine 1 where is the abc application . <br>proxy_pass work , but i see blank page , in fact css and image not appare . <br>I think the problem is ngnix search static content in localhost not in virtual machine path . <br>
Anyone can help me ? <br>Thank <br>