diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-08-04 06:53:26 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-08-04 06:53:26 -0700 |
commit | 7840c6f995002cd26f5fc9e0e48aed7f7f2cb5a6 (patch) | |
tree | edbfc02641d59f3f1f1b88a6e392e78276d7a4f9 /config/varnish64 | |
parent | 9b27a6e1efd0f1a8d392e638d457ab9829ae2168 (diff) | |
parent | 73c62e030ae8ba8f6bc79335972a1e3471f0c6ce (diff) | |
download | pfsense-packages-7840c6f995002cd26f5fc9e0e48aed7f7f2cb5a6.tar.gz pfsense-packages-7840c6f995002cd26f5fc9e0e48aed7f7f2cb5a6.tar.bz2 pfsense-packages-7840c6f995002cd26f5fc9e0e48aed7f7f2cb5a6.zip |
Merge pull request #20 from marcelloc/patch-13
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> |