Skip to content

Instantly share code, notes, and snippets.

@jeremyjbowers
Created December 31, 2011 03:07
Show Gist options
  • Save jeremyjbowers/1542656 to your computer and use it in GitHub Desktop.
Save jeremyjbowers/1542656 to your computer and use it in GitHub Desktop.
A simple varnish backend.
backend default {
.host = "192.168.1.100";
.port = "8000";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment