diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2013-04-14 00:41:54 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2013-04-14 00:41:54 +0200 |
commit | c0d3652855ac7c735c7a90a1f68f3e953923654e (patch) | |
tree | 8537f37c0ed09f63fe093c252ddddc3cc51562c2 /config/haproxy-devel/haproxy_pools.php | |
parent | 9e8aef5dd920e25b8d0ffa808fbaa43979d8d76a (diff) | |
download | pfsense-packages-c0d3652855ac7c735c7a90a1f68f3e953923654e.tar.gz pfsense-packages-c0d3652855ac7c735c7a90a1f68f3e953923654e.tar.bz2 pfsense-packages-c0d3652855ac7c735c7a90a1f68f3e953923654e.zip |
haproxy-devel, added support for combining acl's
-Agent check (lb-agent-chk)
-binding multiple port's
-new try at including OpenSSL 1.0.1
-fix combining frontends
Diffstat (limited to 'config/haproxy-devel/haproxy_pools.php')
-rw-r--r-- | config/haproxy-devel/haproxy_pools.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy_pools.php b/config/haproxy-devel/haproxy_pools.php index a0c6b176..cd3899e6 100644 --- a/config/haproxy-devel/haproxy_pools.php +++ b/config/haproxy-devel/haproxy_pools.php @@ -32,7 +32,6 @@ require_once("guiconfig.inc"); require_once("haproxy.inc"); -$d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty"; if (!is_array($config['installedpackages']['haproxy']['ha_pools']['item'])) { $config['installedpackages']['haproxy']['ha_pools']['item'] = array(); |