diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:22:40 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:22:40 -0400 |
commit | 42a7cf156290e22cd46e1e77726451237ecee1e0 (patch) | |
tree | 902849d45d28fc785f9cfe4411ac2c958a932934 /config/varnish64 | |
parent | ab90376264f9344a3c95579b15ee7932e43fc179 (diff) | |
download | pfsense-packages-42a7cf156290e22cd46e1e77726451237ecee1e0.tar.gz pfsense-packages-42a7cf156290e22cd46e1e77726451237ecee1e0.tar.bz2 pfsense-packages-42a7cf156290e22cd46e1e77726451237ecee1e0.zip |
Add link to varnish VCL
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_custom_vcl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/varnish64/varnish_custom_vcl.xml b/config/varnish64/varnish_custom_vcl.xml index b4559d57..0a3d51a2 100644 --- a/config/varnish64/varnish_custom_vcl.xml +++ b/config/varnish64/varnish_custom_vcl.xml @@ -72,7 +72,7 @@ <field> <fielddescr>vcl_fetch_early</fielddescr> <fieldname>vcl_fetch_early</fieldname> - <description></description> + <description>Paste your custom <![CDATA[<a target=_new href='http://varnish-cache.org/wiki/VCL'>vcl_fetch</a>]]> code here. This code will be included at the beginning of the vcl_fetch function.</description> <type>textarea</type> <cols>50</cols> <rows>10</rows> @@ -80,7 +80,7 @@ <field> <fielddescr>vcl_fetch_late</fielddescr> <fieldname>vcl_fetch_late</fieldname> - <description></description> + <description>Paste your custom <![CDATA[<a target=_new href='http://varnish-cache.org/wiki/VCL'>vcl_fetch</a>]]> code here. This code will be included at the end of the vcl_fetch function.</description> <type>textarea</type> <cols>50</cols> <rows>10</rows> @@ -88,7 +88,7 @@ <field> <fielddescr>vcl_pipe_early</fielddescr> <fieldname>vcl_fetch_early</fieldname> - <description></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 beginning of the vcl_pipe function.</description> <type>textarea</type> <cols>50</cols> <rows>10</rows> @@ -96,7 +96,7 @@ <field> <fielddescr>vcl_pipe_late</fielddescr> <fieldname>vcl_fetch_late</fieldname> - <description></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 beginning of the vcl_pipe function.</description> <type>textarea</type> <cols>50</cols> <rows>10</rows> |