Re: Reverse Proxy App on CF
James Bayer
it's pretty simple:
toggle quoted message
Show quoted text
let's say app 1 has a route app1.example.com let's say app 2 has a route app2.example.com in order for app 2 to be a reverse proxy for app 1, the code in app 2 would initiate an http request to app1.example.com, which would likely resolve to the LB, which would send it to one of the available gorouters, which would then send it to app instances backing app 1.
On Sun, Oct 11, 2015 at 7:58 AM, Kayode Odeyemi <dreyemi(a)gmail.com> wrote:
Thanks James
--
Thank you, James Bayer |
|