diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-12-22 15:36:47 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-12-22 15:36:47 -0500 |
commit | 9c84d514dd1de15073a39cb57502ec69bd56d341 (patch) | |
tree | 2df3aa347edce91cce5493bcc27261ba412e54b2 /config/haproxy/haproxy.inc | |
parent | 9a8c64ec32d3bb73528ffda52d930d1556921cac (diff) | |
download | pfsense-packages-9c84d514dd1de15073a39cb57502ec69bd56d341.tar.gz pfsense-packages-9c84d514dd1de15073a39cb57502ec69bd56d341.tar.bz2 pfsense-packages-9c84d514dd1de15073a39cb57502ec69bd56d341.zip |
Add a tab
Diffstat (limited to 'config/haproxy/haproxy.inc')
-rw-r--r-- | config/haproxy/haproxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |