From 6b993bd567ab9d8bcec348fcabb73ef2b9439235 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 27 Apr 2010 17:06:24 -0400 Subject: Use correct variables --- config/varnish64/varnish.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc index f07c423d..e99e90c1 100644 --- a/config/varnish64/varnish.inc +++ b/config/varnish64/varnish.inc @@ -191,11 +191,11 @@ backend {$backend['backendname']} { .first_byte_timeout = {$first_byte_timeout}; .connect_timeout = {$connect_timeout}; .probe = { - .url = "{$backend['probe_url']}"; - .interval = {$backend['probe_interval']}; - .timeout = {$backend['probe_timeout']}; - .window = {$backend['probe_window']}; - .threshold = {$backend['probe_threshold']}; + .url = "{$probe_url}"; + .interval = {$probe_interval}; + .timeout = {$probe_timeout}; + .window = {$probe_window}; + .threshold = {$probe_threshold}; } } -- cgit v1.2.3