I'm trying to serve an application under two different paths
What I need is this:
http://example.com => http://service1
http://example.com/login => http://service2/login
http://example.com/signup => http://service2/signup
In other words I need to pass the subpath into a service2 so the subpage is being served into the upstream server.
Is this possible nginx ingress?