From 9c84d514dd1de15073a39cb57502ec69bd56d341 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 22 Dec 2009 15:36:47 -0500 Subject: Add a tab --- config/haproxy/haproxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index e9f851fc..61909e90 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -153,7 +153,7 @@ function haproxy_configure() { // Advanced pass trhu if($backend['advanced']) - fwrite ($fd, "{$backend['advanced']}\n"); + fwrite ($fd, "\t{$backend['advanced']}\n"); // https is an alias for tcp for clarity purpouses if(strtolower($backend['type']) == "https") { -- cgit v1.2.3