How to install Varnish on Debian:
- curl http://repo.varnish-cache.org/debian/GPG-key.txt | apt-key add –
- echo “deb http://repo.varnish-cache.org/debian/ $(lsb_release -s -c) varnish-3.0” >> /etc/apt/sources.list.d/varnish.list
- apt-get update
- apt-get install varnish
Leave a Reply