Mailing List Archive

r3128 - trunk/varnish-cache/etc
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\