<HTML><BODY>
Hello :)<div>I`m having difficulties with configuring nginx to serve different applications based on the location in header.</div><div>I`m successfully hit the index page but the additional resources are not returned (404). Checked the url in browser console and the request url is not modified with the location.</div><div>Lets say the address is  example.com/test  .... but the next request for each resource is not automatically adding the location, so remain:</div><div>example.com/bootstrap/3.3.7/css/bootstrap-theme.min.css </div><div>instead of </div><div>example.com/bootstrap/<b>test</b>/3.3.7/css/bootstrap-theme.min.css .</div><div><br></div><div>If the location is added to the URL is all fine.</div><div><br></div><div>Kindly ask if someone can help me or give me a tip (not that i havent tried almost anything on the net), i suggest someone of you will know that or at least will tell me that is not supported.</div><div><br></div><div>Thanks in advanced!</div><div><br></div><div>Best,</div><div>Georgi</div></BODY></HTML>