Hi,Our haproxy loadbalances *.domain.nl so there's lots of different sites to it. Each site shares a fair amount of pictures, javascript and CSS which are all the same; these are served from a varnish cache.
Is it possible for haproxy to rewrite the URL of pics/js/css from http://*.domain.nl/[js|css|...] to http://static.domain.nl/[js|css|...] such that the varnish cache will not cache all those images multiple times?
Thanks for any help, Fred Leeflang

