diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:58:43 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-20 17:07:14 -0500 |
commit | e5bb59d9d72c476b82fd0c55fe59d3d1cb142864 (patch) | |
tree | 249d65008cd15671bbcd1bd0224b611c1c50e292 /config | |
parent | 40efde1c97f4fc00930634712d508a939ded866e (diff) | |
download | pfsense-packages-e5bb59d9d72c476b82fd0c55fe59d3d1cb142864.tar.gz pfsense-packages-e5bb59d9d72c476b82fd0c55fe59d3d1cb142864.tar.bz2 pfsense-packages-e5bb59d9d72c476b82fd0c55fe59d3d1cb142864.zip |
s/haproxy/HAProxy/
Diffstat (limited to 'config')
-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 111d4b73..e5f37cb5 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -157,7 +157,7 @@ function enable_change(enable_change) { </tr> </table> Sets the maximum per-process number of concurrent connections to X.<br/> - <strong>NOTE:</strong> setting this value too high will result in haproxy not being able to allocate enough memory.<br/> + <strong>NOTE:</strong> setting this value too high will result in HAProxy not being able to allocate enough memory.<br/> <?php $hascpu = trim(`top | grep haproxy | awk '{ print $6 }'`); if($hascpu) |