]> err.no Git - varnish/commitdiff
Correctly quote backend data in default vcl example.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 26 Aug 2008 08:06:27 +0000 (08:06 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 26 Aug 2008 08:06:27 +0000 (08:06 +0000)
Submitted by: ingvar
Fixes: #298

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3128 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/etc/Makefile.am

index 548efff4bf1fb770b6ee0d29024553e6d56ba4eb..600dae57d43cf63ff82c38618784fc50ce6e0c5a 100644 (file)
@@ -12,8 +12,8 @@ Default backend definition.  Set this to point to your content\n\
 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\