Load Balancer's Advance routing options

I got the following services in my stack:

        [Load-balancer]


[Landing-page] [Help] [Application]

The LB listens to port 80 and by default routes to Application’s 8080.
I have an advanced rule which uses the request path /help to route to the Help service.
I need something that will route only / to the landingpage and anything else to Application.

Can anyone help?

I’ve been struggling with the advanced rules as well.

In this thread, Alena lays it out. Essentially, the more specific rules wins and I dont think there is a “default” or “otherwise” option.

So I think you would need to make your “anything else” rules (directing to Application) more specific along the lines off “/app” and “/login”.

Jim