diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:24:05 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:24:05 -0400 |
commit | 20cc5c27bb52cedeb04bf377369f19532d8aa83e (patch) | |
tree | 6a4a201df171746dcaee9f28790c9bf4d3c7fbc2 | |
parent | 42a7cf156290e22cd46e1e77726451237ecee1e0 (diff) | |
download | pfsense-packages-20cc5c27bb52cedeb04bf377369f19532d8aa83e.tar.gz pfsense-packages-20cc5c27bb52cedeb04bf377369f19532d8aa83e.tar.bz2 pfsense-packages-20cc5c27bb52cedeb04bf377369f19532d8aa83e.zip |
s/beginning/end/
-rw-r--r-- | config/varnish64/varnish_custom_vcl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnish_custom_vcl.xml b/config/varnish64/varnish_custom_vcl.xml index 0a3d51a2..620e6091 100644 --- a/config/varnish64/varnish_custom_vcl.xml +++ b/config/varnish64/varnish_custom_vcl.xml @@ -96,7 +96,7 @@ <field> <fielddescr>vcl_pipe_late</fielddescr> <fieldname>vcl_fetch_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 beginning of the vcl_pipe function.</description> + <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> <rows>10</rows> |