Advertisement
britodfbr

seattleplone_config_varnish.cfg

Apr 9th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. [buildout]
  2. extends = zeo.cfg
  3. parts +=
  4.     varnish-build
  5.     varnish
  6.  
  7. [varnish-build]
  8. recipe = plone.recipe.varnish:build
  9.  
  10. [varnish]
  11. recipe = plone.recipe.varnish:instance
  12. backends = ${instance1:http-address}
  13. bind = 127.0.0.1:8000
  14. cache-size = 512M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement