Context routing for two different apps
问题 I deploy two different apps to CF and I want to be able to use the context path routing for those two apps e.g. lets say I've two apps that deployed and I was able to consume it with the following URL. 1. app1.domain.com 2. app2.domain.com Now I want somehow to use the context path routing of CF to be able to use this apps like following 1. something.domain.com/app1 2. something.domain.com/app2 My question are: I missing the "something", what should I put in the apps manifest to be able to