From fe5c5b8307c3a2d27d0caf6aaeceda3c2841856f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 20 Feb 2012 15:19:28 -0500 Subject: Correct fieldname. Fixes ##2217 --- config/varnish64/varnish_custom_vcl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish_custom_vcl.xml b/config/varnish64/varnish_custom_vcl.xml index ba6d4a51..86a9cdca 100644 --- a/config/varnish64/varnish_custom_vcl.xml +++ b/config/varnish64/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