<div dir="ltr">Hi<br><br>Hi<br><br>I&#39;m trying to proxy requests<br>from <a href="http://example1.com/test/some/path">http://example1.com/test/some/path</a><br>to <a href="http://test.example2.com/some/path">http://test.example2.com/some/path</a><br>
<br>I&#39;ve tried:<br>location ~ ^/(.*)/ {<br>      proxy_pass http://$<a href="http://1.example2.com">1.example2.com</a>;<br>      proxy_buffering off;<br>      proxy_read_timeout 3600;<br>}<br><br>How can I do this?<br>
<br>Thanks<br><br><br></div>