aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2012-02-20 15:19:28 -0500
committerScott Ullrich <sullrich@gmail.com>2012-02-20 15:19:28 -0500
commitfe5c5b8307c3a2d27d0caf6aaeceda3c2841856f (patch)
tree89286bac4b2d0ec34bfcff2ac7d3fa46f12666eb /config/varnish64
parentaa2f86a2732608ecf539490c87e50632c69a326b (diff)
downloadpfsense-packages-fe5c5b8307c3a2d27d0caf6aaeceda3c2841856f.tar.gz
pfsense-packages-fe5c5b8307c3a2d27d0caf6aaeceda3c2841856f.tar.bz2
pfsense-packages-fe5c5b8307c3a2d27d0caf6aaeceda3c2841856f.zip
Correct fieldname. Fixes ##2217
Diffstat (limited to 'config/varnish64')
-rw-r--r--config/varnish64/varnish_custom_vcl.xml4
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>