Getting Started with Varnish
Caching is everywhere. A request from your browser to its destination will pass a cache at almost every node. Your browser has a cache, most web proxy servers cache requests, and web servers like Apache and nginx will potentially be caching. In this article you’ll learn how to set up Varnish, a reverse proxy server, to cache a simple web page.
