aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-12-22 15:27:58 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-12-22 15:27:58 -0500
commit5c479d1ebd0a2dcb877c2b3db6570b0e7d92aa9c (patch)
tree2051c9798744b26c8dd48400c0ff660384259d24 /config/haproxy/haproxy.inc
parentf05d48f35b901886e7d57ac2ed7ff5d86fdf0f8b (diff)
downloadpfsense-packages-5c479d1ebd0a2dcb877c2b3db6570b0e7d92aa9c.tar.gz
pfsense-packages-5c479d1ebd0a2dcb877c2b3db6570b0e7d92aa9c.tar.bz2
pfsense-packages-5c479d1ebd0a2dcb877c2b3db6570b0e7d92aa9c.zip
Add pass thru box for global settings
Diffstat (limited to 'config/haproxy/haproxy.inc')
-rw-r--r--config/haproxy/haproxy.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc
index f8b5efbf..a14a4fd8 100644
--- a/config/haproxy/haproxy.inc
+++ b/config/haproxy/haproxy.inc
@@ -108,6 +108,8 @@ function haproxy_configure() {
if(is_array($a_global)) {
fwrite ($fd, "global\n");
+ if($a_global['advanced'])
+ fwrite ($fd, "\t" . $a_global['advanced'] . "\n");
fwrite ($fd, "\tmaxconn\t\t\t".$a_global['maxconn']."\n");
if($a_global['remotesyslog'])
fwrite ($fd, "\tlog\t\t\t{$a_global['remotesyslog']}\n");