diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-08-04 04:30:15 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-08-04 04:30:15 -0300 |
commit | 73c62e030ae8ba8f6bc79335972a1e3471f0c6ce (patch) | |
tree | d9701da8288ea6cdfb777d7918e1cad4291c7615 /config/varnish64 | |
parent | a88cfc2045b47487c1aabed98cd265210160d301 (diff) | |
download | pfsense-packages-73c62e030ae8ba8f6bc79335972a1e3471f0c6ce.tar.gz pfsense-packages-73c62e030ae8ba8f6bc79335972a1e3471f0c6ce.tar.bz2 pfsense-packages-73c62e030ae8ba8f6bc79335972a1e3471f0c6ce.zip |
improve probe_url options
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index 8b8d6a8a..89a48e56 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>varnishbackends</name> - <version>0.0.1</version> + <version>0.0.2</version> <title>Varnish: Backends</title> <include_file>/usr/local/pkg/varnish.inc</include_file> <additional_files_needed> @@ -130,7 +130,7 @@ <columnitem> <fielddescr>Name</fielddescr> <fieldname>backendname</fieldname> - </columnitem> + </columnitem> </adddeleteeditpagefields> <fields> <field> @@ -186,8 +186,9 @@ <field> <fielddescr>Probe URL</fielddescr> <fieldname>probe_url</fieldname> - <description>Enter the URL that varnish will use to ensure that this backend is healthy.</description> + <description><![CDATA[Enter the URL that varnish will use to ensure that this backend is healthy.<BR>It can be a url like "/", "/teste.htm" or a request "http://www.pfsense.org/"]]></description> <type>input</type> + <size>40</size> </field> <field> <fielddescr>Probe Interval</fielddescr> |