diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-08-04 04:32:52 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-08-04 04:32:52 -0300 |
commit | e76ab7567c45af024a01f3c97d22e0f55a264e51 (patch) | |
tree | 68621e490445f0a5ba06e5ed789724e26912b5e2 /config/varnish64 | |
parent | a88cfc2045b47487c1aabed98cd265210160d301 (diff) | |
download | pfsense-packages-e76ab7567c45af024a01f3c97d22e0f55a264e51.tar.gz pfsense-packages-e76ab7567c45af024a01f3c97d22e0f55a264e51.tar.bz2 pfsense-packages-e76ab7567c45af024a01f3c97d22e0f55a264e51.zip |
include hash balance option
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_lb_directors.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/varnish64/varnish_lb_directors.xml b/config/varnish64/varnish_lb_directors.xml index c5c163f3..dfcf7cd9 100644 --- a/config/varnish64/varnish_lb_directors.xml +++ b/config/varnish64/varnish_lb_directors.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>varnishlbdirectors</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> @@ -131,6 +131,7 @@ <option><name>Round-robin</name><value>round-robin</value></option> <option><name>Random</name><value>random</value></option> <option><name>Client</name><value>client</value></option> + <option><name>Hash</name><value>hash</value></option> </options> </field> |