diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-11 21:21:29 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-11 21:21:37 -0500 |
commit | b7f14b04290fa64b6fd26fe1c2bc4c213b4bbecf (patch) | |
tree | 924d3bd1cde956d2f6e66c272f65629a12c93145 /config/haproxy/haproxy_global.php | |
parent | 9b9a08d5569e2d4924a37f02f56b7f7660a62855 (diff) | |
download | pfsense-packages-b7f14b04290fa64b6fd26fe1c2bc4c213b4bbecf.tar.gz pfsense-packages-b7f14b04290fa64b6fd26fe1c2bc4c213b4bbecf.tar.bz2 pfsense-packages-b7f14b04290fa64b6fd26fe1c2bc4c213b4bbecf.zip |
Overhaul haproxy package. Rename backends to frontends. Add rowhelper to the server edit screen for backend selection eliminating quite a number of needed configuration entries for common hosting items.
Diffstat (limited to 'config/haproxy/haproxy_global.php')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index e5f37cb5..20dc47a2 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -125,7 +125,7 @@ function enable_change(enable_change) { /* active tabs */ $tab_array = array(); $tab_array[] = array("Settings", true, "haproxy_global.php"); - $tab_array[] = array("Frontends/Backends", false, "haproxy_backends.php"); + $tab_array[] = array("Frontends", false, "haproxy_frontends.php"); $tab_array[] = array("Servers", false, "haproxy_servers.php"); display_top_tabs($tab_array); ?> |