]> err.no Git - varnish/commitdiff
Update backend declaration syntax. Note that a) vcl.7 needs a partial
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 11 Feb 2008 10:46:09 +0000 (10:46 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 11 Feb 2008 10:46:09 +0000 (10:46 +0000)
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

index dfa50729bcdaa2de3eac583d034686c3070fd08c..3b28bd65c30ae7d6b0521e376e6918ac06247cee 100644 (file)
@@ -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