Skip to content

Instantly share code, notes, and snippets.

@dodyagung
Last active August 29, 2015 14:05
Show Gist options
  • Save dodyagung/8161c71fc8274a4b4fb7 to your computer and use it in GitHub Desktop.
Save dodyagung/8161c71fc8274a4b4fb7 to your computer and use it in GitHub Desktop.
Install Varnish 3.0.5 on Centos 6.5
rpm --nosignature -i https://repo.varnish-cache.org/redhat/varnish-3.0.el6.rpm
yum update
yum install varnish
chkconfig --levels 235 varnish on
service varnish restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment