Varnish has the ability to reverse proxy to multiple backend servers if needed.
This howto guide outlines the configuration settings needed to redirect requests to different backends.
In our example, we have a web application backend (referenced to as “webapp”), and also a separate backend that just contains static content such as images, javascript, style sheets, etc. The static backend is just referenced as “static”. Both are running on port 8080.
Continue Reading…