From d1739a8d45e1861985f5dcd49f7d808e4248d3f7 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 11 Feb 2008 10:46:09 +0000 Subject: [PATCH] Update backend declaration syntax. Note that a) vcl.7 needs a partial rewrite to track this change, and b) there have been other changes which also need to be merged in. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2446 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/etc/default.vcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/etc/default.vcl b/varnish-cache/etc/default.vcl index dfa50729..3b28bd65 100644 --- a/varnish-cache/etc/default.vcl +++ b/varnish-cache/etc/default.vcl @@ -9,8 +9,8 @@ # server. backend default { - set backend.host = "127.0.0.1"; - set backend.port = "8080"; + .host = "127.0.0.1"; + .port = "8080"; } # Below is a commented-out copy of the default VCL logic. If you -- 2.39.5