Skip to content

Instantly share code, notes, and snippets.

View andrewfairlie's full-sized avatar

Andrew Fairlie andrewfairlie

View GitHub Profile
vcl 4.0;
backend default {
.host = "127.0.0.1"; # The domain or IP address of your ExpressionEngine Site
.port = "8080"; # The port of your EE site. In production, Varnish should be on port 80, so consider changing your Apache server to port 8080
.probe = {
.url = "/";
.timeout = 1000ms;
.interval = 1s;
.window = 10;