Hey, I'm trying to build a simple PoC of Traffic Control based on this architecture http://traffic-control-cdn.net/docs/latest/_images/traffic_control_overview_3.png
It looks like reverse proxy is client of the forward proxy. I've created two separate Traffic Server in two separate VMs. But I don't know how to configure the remap.config in reverse proxy. I couldn't find any configuration for this use case. What I have in remap.config right know is regex_map http://(.*)/ http://mid.mycdn.com:8080/ Any suggestions? Thank you! Muhammed
