r3128 - trunk/varnish-cache/etc

phk at projects.linpro.no phk at projects.linpro.no
Tue Aug 26 10:06:28 CEST 2008


Author: phk
Date: 2008-08-26 10:06:27 +0200 (Tue, 26 Aug 2008)
New Revision: 3128

Modified:
   trunk/varnish-cache/etc/Makefile.am
Log:
Correctly quote backend data in default vcl example.

Submitted by:	ingvar
Fixes:		#298



Modified: trunk/varnish-cache/etc/Makefile.am
===================================================================
--- trunk/varnish-cache/etc/Makefile.am	2008-08-26 07:51:12 UTC (rev 3127)
+++ trunk/varnish-cache/etc/Makefile.am	2008-08-26 08:06:27 UTC (rev 3128)
@@ -12,8 +12,8 @@
 server.\n\
 \n\
 backend default {\n\
-	.host = "127.0.0.1";\n\
-	.port = "8080";\n\
+	.host = \"127.0.0.1\";\n\
+	.port = \"8080\";\n\
 }\n\
 \n\
 Below is a commented-out copy of the default VCL logic.  If you\n\




More information about the varnish-commit mailing list