Skip to content

Instantly share code, notes, and snippets.

@Greg-Boggs
Greg-Boggs / RoboFile.php
Created January 28, 2016 17:03 — forked from wxactly/RoboFile.php
ThinkShout/Cascade RoboFile
<?php
/**
* This is project's console commands configuration for Robo task runner. fork
*
* @see http://robo.li/
*/
class RoboFile extends \Robo\Tasks
{
/**
* Run Drupal tests.
@Greg-Boggs
Greg-Boggs / wordpress.vcl
Last active June 19, 2021 01:31 — forked from matthewjackowski/wordpress.vcl
Varnish 4 VCL configuration for WordPress. Also allows purging
#
# This is an example VCL file for Varnish.
#
# It does not do anything by default, delegating control to the
# builtin VCL. The builtin VCL is called when there is no explicit
# return statement.
#
# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
# and http://varnish-cache.org/trac/wiki/VCLExamples for more examples.