diff options
Diffstat (limited to 'config/haproxy/haproxy_servers.php')
-rwxr-xr-x | config/haproxy/haproxy_servers.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/haproxy/haproxy_servers.php b/config/haproxy/haproxy_servers.php index b44ab8a6..a261fe13 100755 --- a/config/haproxy/haproxy_servers.php +++ b/config/haproxy/haproxy_servers.php @@ -31,6 +31,8 @@ require_once("guiconfig.inc"); require_once("haproxy.inc"); +$d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty"; + if (!is_array($config['installedpackages']['haproxy']['ha_servers']['item'])) { $config['installedpackages']['haproxy']['ha_servers']['item'] = array(); } |