<div dir="ltr"><div><div><div><div>Hi all,<br></div>My proxy seems to be working, at least so far. I browse to <a href="http://sd2.mysite.com">sd2.mysite.com</a> and find the OSTicket installer. Since I've removed the OST site from Nginx, I know Apache is kicking it like it should be. The only problem now is that OST thinks its location is <a href="http://127.0.0.1:8080">127.0.0.1:8080</a>, which is the internal redirection but not what I want it to use.<br><br></div>I know I have to use proxy_redirect, but I don't quite understand how this directive works. I just tried:<br></div>proxy_redirect <a href="http://127.0.0.1:8080">127.0.0.1:8080</a> <a href="http://sd2.mysite.com">sd2.mysite.com</a>;<br></div>but that didn't work. I find the documentation I've read thus far to be rather confusing. All I want to do is replace <a href="http://127.0.0.1:8080">127.0.0.1:8080</a> in any URL on this site with <a href="http://sd2.mysite.com">sd2.mysite.com</a>. Do I need some kind of regular expression? To move this proxy somewhere else (currently it's in location / context)? Should my proxy_pass also be moved to a different context?<br clear="all"><div><div><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div></div></div></div></div></div></div>