From: des Date: Mon, 11 Feb 2008 10:46:09 +0000 (+0000) Subject: Update backend declaration syntax. Note that a) vcl.7 needs a partial X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1739a8d45e1861985f5dcd49f7d808e4248d3f7;p=varnish 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 --- 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