Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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