From e843b479fc8b27f98462fd90aa66bfb6b4a72b5d Mon Sep 17 00:00:00 2001 From: marcelloc Date: Thu, 18 Aug 2011 00:04:43 -0300 Subject: Include failover and nocache feature on varnish --- config/varnish64/varnish_lb_directors.xml | 37 +++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish_lb_directors.xml b/config/varnish64/varnish_lb_directors.xml index 6f78e6e7..8f9994a7 100644 --- a/config/varnish64/varnish_lb_directors.xml +++ b/config/varnish64/varnish_lb_directors.xml @@ -9,6 +9,8 @@ varnish_lb_directors.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2010 Scott Ullrich + Copyright (C) 2011 Marcello Coutinho + All rights reserved. */ /* ========================================================================== */ @@ -41,7 +43,7 @@ Describe your package requirements here Currently there are no FAQ items provided. varnishlbdirectors - 0.0.4 + 0.0.5 Varnish: Backends /usr/local/pkg/varnish.inc @@ -117,9 +119,19 @@ Grace grace + + + Failover + failover + + DirectorSettings + Director Settings + listtopic + Director settings + Director name directorname @@ -159,10 +171,16 @@ Req Grace grace - How many time varnish will keep cached objects for this director. HINT 60s, 30m, 1h]]> + How many time varnish will keep cached objects for this director. HINT 60s, 30m, 1h
Use 0s grace time to force no cache.]]>
input 5
+ + Backendlist + Backendlist + listtopic + Backend Settings + Algorithms directortype @@ -197,6 +215,21 @@ + + FailoverSettings + FailoverSettings + listtopic + Failover Settings + + + Failover Director + failover + Select a Director for failover or choose same director to do not configure it. + + directorname + directorname + select_source +
-- cgit v1.2.3