r2446 - trunk/varnish-cache/etc

des at projects.linpro.no des at projects.linpro.no
Mon Feb 11 11:46:09 CET 2008


Author: des
Date: 2008-02-11 11:46:09 +0100 (Mon, 11 Feb 2008)
New Revision: 2446

Modified:
   trunk/varnish-cache/etc/default.vcl
Log:
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.


Modified: trunk/varnish-cache/etc/default.vcl
===================================================================
--- trunk/varnish-cache/etc/default.vcl	2008-02-11 02:58:41 UTC (rev 2445)
+++ trunk/varnish-cache/etc/default.vcl	2008-02-11 10:46:09 UTC (rev 2446)
@@ -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




More information about the varnish-commit mailing list