hi! is there any way to use varnish to direct my traffic to different backends depending on the requested url?<br>so for example I would have 2 different backends:<br>- search-backend<br>- items-backend<br><br>if the requested url is /search I want to direct the traffic to search-backend<br>
and if the requested url is /items I want to direct the traffic to items-backend<br><br>is this a common use case for varnish or I am trying to accomplish something that should be done using something else?<br><br>thanks!<br>
<br>jonathan<br>