This howto guide will show you how to configure Varnish to allow you to purge specific items from the cache.
Continue Reading…
This howto guide will show you how to purge the varnish cache for a specific URL using the curl command line tool.
Continue Reading…
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…