ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Change load-balancer redirection to take app's full URLs #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would like to be able to enter the following URL at the load balancer:

http://ip/apps/myapp/foo/bar

And have it redirect to:

http://appserverip:port/foo/bar

Will greatly simplify cron support and may also be useful to end-users who
only care about accessing one URL in an app.

Original issue reported on code.google.com by shattere...@gmail.com on 28 Jan 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Fixed by changing routes and redirect method accordingly.

Original comment by shattere...@gmail.com on 28 Jan 2010 at 9:16