diff options
-rw-r--r-- | config/varnish64/varnish_custom_vcl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </field> <field> <fielddescr>vcl_pipe_early</fielddescr> - <fieldname>vcl_fetch_early</fieldname> + <fieldname>vcl_pipe_early</fieldname> <description>Paste your custom <![CDATA[<a target=_new href='http://varnish-cache.org/wiki/VCL'>vcl_pipe</a>]]> code here. This code will be included at the beginning of the vcl_pipe function.</description> <type>textarea</type> <cols>50</cols> @@ -124,7 +124,7 @@ </field> <field> <fielddescr>vcl_pipe_late</fielddescr> - <fieldname>vcl_fetch_late</fieldname> + <fieldname>vcl_pipe_late</fieldname> <description>Paste your custom <![CDATA[<a target=_new href='http://varnish-cache.org/wiki/VCL'>vcl_pipe</a>]]> code here. This code will be included at the end of the vcl_pipe function.</description> <type>textarea</type> <cols>50</cols> |