Commit 311145a9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Correctly quote backend data in default vcl example.

Submitted by:	ingvar
Fixes:		#298



git-svn-id: http://www.varnish-cache.org/svn/trunk@3128 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ba3f5e60
...@@ -12,8 +12,8 @@ Default backend definition. Set this to point to your content\n\ ...@@ -12,8 +12,8 @@ Default backend definition. Set this to point to your content\n\
server.\n\ server.\n\
\n\ \n\
backend default {\n\ backend default {\n\
.host = "127.0.0.1";\n\ .host = \"127.0.0.1\";\n\
.port = "8080";\n\ .port = \"8080\";\n\
}\n\ }\n\
\n\ \n\
Below is a commented-out copy of the default VCL logic. If you\n\ Below is a commented-out copy of the default VCL logic. If you\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment