Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Last active April 26, 2017 19:01
Show Gist options
  • Save selcukusta/d60ab80120441a96d7ffe2496ca37248 to your computer and use it in GitHub Desktop.
Save selcukusta/d60ab80120441a96d7ffe2496ca37248 to your computer and use it in GitHub Desktop.
# Marker to tell the VCL compiler that this VCL has been adapted to the
# new 4.0 format.
vcl 4.0;
# Default backend definition. Set this to point to your content server.
backend default {
.host = "127.0.0.1";
.port = "8080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment