aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2011-08-12 02:47:47 -0300
committermarcelloc <marcellocoutinho@gmail.com>2011-08-12 02:47:47 -0300
commitc06feecdedc12436d64e375bc5036c97b49afc86 (patch)
treec57dda22917ceea47ecee744ab4fd930457a7e1c /config/varnish64
parent65f317fbbe460124cf41708f546a373849c9f4c7 (diff)
downloadpfsense-packages-c06feecdedc12436d64e375bc5036c97b49afc86.tar.gz
pfsense-packages-c06feecdedc12436d64e375bc5036c97b49afc86.tar.bz2
pfsense-packages-c06feecdedc12436d64e375bc5036c97b49afc86.zip
gui improvements and bug fixes
Diffstat (limited to 'config/varnish64')
-rw-r--r--config/varnish64/varnish_settings.xml46
1 files changed, 44 insertions, 2 deletions
diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml
index dade3758..bb85a1ad 100644
--- a/config/varnish64/varnish_settings.xml
+++ b/config/varnish64/varnish_settings.xml
@@ -41,7 +41,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>varnishsettings</name>
- <version>0.0.3</version>
+ <version>0.0.4</version>
<title>Varnish Settings</title>
<aftersaveredirect>pkg_edit.php?xml=varnish_settings.xml&amp;id=0</aftersaveredirect>
<include_file>/usr/local/pkg/varnish.inc</include_file>
@@ -101,6 +101,15 @@
<type>input</type>
</field>
<field>
+ <fielddescr>Advanced startup options</fielddescr>
+ <fieldname>advancedstartup</fieldname>
+ <description>Enter advanced startup options to include in rc.d file</description>
+ <type>textarea</type>
+ <cols>70</cols>
+ <rows>2</rows>
+ <encoding>base64</encoding>
+ </field>
+ <field>
<fielddescr>StorageTypeLT</fielddescr>
<fieldname>StorageTypeLT</fieldname>
<type>listtopic</type>
@@ -207,9 +216,42 @@
</options>
</field>
<field>
+ <fielddescr>Fetch Grace</fielddescr>
+ <fieldname>grace</fieldname>
+ <description><![CDATA[<a href="https://www.varnish-cache.org/trac/wiki/VCLExampleGrace">How many time varnish will keep cached objects.</a> HINT 60s, 30m, 1h]]></description>
+ <type>input</type>
+ <size>5</size>
+ </field>
+ <field>
+ <fielddescr>ErrorVCLLT</fielddescr>
+ <fieldname>ErrorVCLLT</fieldname>
+ <type>listtopic</type>
+ <name>Error Settings</name>
+ </field>
+ <field>
+ <fielddescr>Retries</fielddescr>
+ <fieldname>restarts</fieldname>
+ <description><![CDATA[<a href="https://www.varnish-cache.org/trac/wiki/VCLExampleRestarts">How many times restart loop until Error messages.</a>]]></description>
+ <type>select</type>
+ <options>
+ <option><name>1</name><value>1</value></option>
+ <option><name>2</name><value>2</value></option>
+ <option><name>3</name><value>3</value></option>
+ <option><name>4</name><value>4</value></option>
+ <option><name>5</name><value>5</value></option>
+ </options>
+ </field>
+ <field>
+ <fielddescr>Saintmode</fielddescr>
+ <fieldname>saint</fieldname>
+ <description><![CDATA[<a href="https://www.varnish-cache.org/trac/wiki/VCLExampleSaintMode">How many time varnish will send cached objects from a down backend to client.</a> HINT 60s, 30m, 1h]]></description>
+ <type>input</type>
+ <size>5</size>
+ </field>
+ <field>
<fielddescr>Custom Html error message</fielddescr>
<fieldname>htmlerror</fieldname>
- <description>Paste your custom html error page code here. This code will be included</description>
+ <description>Paste your custom html error page code here.</description>
<type>textarea</type>
<cols>70</cols>
<rows>10</rows>