I have a HAproxy load balancer sitting in front of the management server performing load balancing and SSL termination. Not keen on having HAproxy re-write the URL's.
---------------------------------------- From: "Rohit Yadav" <[email protected]> Sent: Friday, November 02, 2012 4:27 PM To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Subject: Re: Move Web UI client from /client to / I don't think this should part of CloudStack. A good solution would be to use nginx (or any lb, anything else) as a gateway so it proxies requests on your <cloudplatform URL>/ to your <cloudplatform mgmt1 URL>/client, <cloudplatform mgmt2 URL>/client, . <cloudplatform mgmtn URL>/client (so if in future you can horizontally scale CloudStack management server without having to direct user to nth mgmt server). Hope this helps. -- Rohit On 02-Nov-2012, at 5:11 AM, Kristoffer Sheather - Cloud Central <[email protected]> wrote: > I'd like our users to access the web UI from <cloudplatform URL>/ rather > than <cloudplatform URL>/client. > > Is moving the Web UI client path from /client to / supported? What is the > procedure to move it? > > Regards, > Kristoffer Sheather >
