From caf4f70c57b80e10be3950c4e394c7a4a965cb89 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 20 Feb 2012 15:20:02 -0500 Subject: Correct fieldname. Fixes ##2217 --- config/varnish3/varnish_custom_vcl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/varnish3') diff --git a/config/varnish3/varnish_custom_vcl.xml b/config/varnish3/varnish_custom_vcl.xml index ba6d4a51..86a9cdca 100644 --- a/config/varnish3/varnish_custom_vcl.xml +++ b/config/varnish3/varnish_custom_vcl.xml @@ -115,7 +115,7 @@ vcl_pipe_early - vcl_fetch_early + vcl_pipe_early Paste your custom vcl_pipe]]> code here. This code will be included at the beginning of the vcl_pipe function. textarea 50 @@ -124,7 +124,7 @@ vcl_pipe_late - vcl_fetch_late + vcl_pipe_late Paste your custom vcl_pipe]]> code here. This code will be included at the end of the vcl_pipe function. textarea 50 -- cgit v1.2.3