Skip to content

Instantly share code, notes, and snippets.

@ramlev
Created July 6, 2012 09:57
Show Gist options
  • Save ramlev/3059319 to your computer and use it in GitHub Desktop.
Save ramlev/3059319 to your computer and use it in GitHub Desktop.
Varnish settings
// Add Varnish as the page cache handler.
$conf['cache_backends'] = array('profiles/zcf_site/modules/contrib/varnish/varnish.cache.inc');
$conf['cache_class_cache_page'] = 'VarnishCache';
// Drupal 7 does not cache pages when we invoke hooks during bootstrap. This needs
// to be disabled.
$conf['page_cache_invoke_hooks'] = FALSE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment