To DevOps, I have multiple services off an ALB and they are from an on-prem. Can I have multiple redirect rules to a path of "/" to different services off the same ALB? Such as
Path "/test1" => Redirect to "/" => Service1
Path "/test2" => Redirect to "/" => Service2
Service1 and Service2 are not listening on /test1 nor /test2. Thanks,