aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64/varnish_custom_vcl.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-04-27 19:56:38 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-04-27 19:56:47 -0400
commite2bdf0c49f41f239379cc5047170b398e4ef48f9 (patch)
treefb64cbb482e1f4ebb06069949fb7fe9e9957fba0 /config/varnish64/varnish_custom_vcl.xml
parent883feaf113a72b2c940be0012d2df1b4abc0c293 (diff)
downloadpfsense-packages-e2bdf0c49f41f239379cc5047170b398e4ef48f9.tar.gz
pfsense-packages-e2bdf0c49f41f239379cc5047170b398e4ef48f9.tar.bz2
pfsense-packages-e2bdf0c49f41f239379cc5047170b398e4ef48f9.zip
Add vcl_recv field
Diffstat (limited to 'config/varnish64/varnish_custom_vcl.xml')
-rw-r--r--config/varnish64/varnish_custom_vcl.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/varnish64/varnish_custom_vcl.xml b/config/varnish64/varnish_custom_vcl.xml
index f9251454..7b35426a 100644
--- a/config/varnish64/varnish_custom_vcl.xml
+++ b/config/varnish64/varnish_custom_vcl.xml
@@ -74,6 +74,22 @@
</tabs>
<fields>
<field>
+ <fielddescr>vcl_recv_early</fielddescr>
+ <fieldname>vcl_recv_early</fieldname>
+ <description>Paste your custom <![CDATA[<a target=_new href='http://varnish-cache.org/wiki/VCL'>vcl_recv</a>]]> code here. This code will be included at the beginning of the vcl_recv function.</description>
+ <type>textarea</type>
+ <cols>50</cols>
+ <rows>10</rows>
+ </field>
+ <field>
+ <fielddescr>vcl_recv_late</fielddescr>
+ <fieldname>vcl_recv_late</fieldname>
+ <description>Paste your custom <![CDATA[<a target=_new href='http://varnish-cache.org/wiki/VCL'>vcl_recv</a>]]> code here. This code will be included at the end of the vcl_recv function.</description>
+ <type>textarea</type>
+ <cols>50</cols>
+ <rows>10</rows>
+ </field>
+ <field>
<fielddescr>vcl_fetch_early</fielddescr>
<fieldname>vcl_fetch_early</fieldname>
<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>