Hi, I am trying to have a remap to choose origin based on filetype.
Basically want to send all css files to server1 and default to server2. But below doesnt work. Can someone please help ? regex_map http://(.*)/*.css$ http://server1 map / http://server2 Regards, Ram
