diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-08-04 06:53:18 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-08-04 06:53:18 -0700 |
commit | 9b27a6e1efd0f1a8d392e638d457ab9829ae2168 (patch) | |
tree | 3f79eb6523ab04cd253cc80230bacab8f5ba8285 /config/varnish64 | |
parent | 46a001c2dcd6e9e7a8d9bf373e1731e8e54d370d (diff) | |
parent | e76ab7567c45af024a01f3c97d22e0f55a264e51 (diff) | |
download | pfsense-packages-9b27a6e1efd0f1a8d392e638d457ab9829ae2168.tar.gz pfsense-packages-9b27a6e1efd0f1a8d392e638d457ab9829ae2168.tar.bz2 pfsense-packages-9b27a6e1efd0f1a8d392e638d457ab9829ae2168.zip |
Merge pull request #21 from marcelloc/patch-14
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> |