diff options
Diffstat (limited to 'config')
-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> |