diff options
author | Scott Ullrich <sullrich@gmail.com> | 2012-02-20 15:20:02 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2012-02-20 15:20:02 -0500 |
commit | caf4f70c57b80e10be3950c4e394c7a4a965cb89 (patch) | |
tree | 6492c3ec06a4a3e386785134d270af542a6b6359 /config/varnish3 | |
parent | fe5c5b8307c3a2d27d0caf6aaeceda3c2841856f (diff) | |
download | pfsense-packages-caf4f70c57b80e10be3950c4e394c7a4a965cb89.tar.gz pfsense-packages-caf4f70c57b80e10be3950c4e394c7a4a965cb89.tar.bz2 pfsense-packages-caf4f70c57b80e10be3950c4e394c7a4a965cb89.zip |
Correct fieldname. Fixes ##2217
Diffstat (limited to 'config/varnish3')
-rw-r--r-- | config/varnish3/varnish_custom_vcl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </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> |