diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2013-05-23 22:01:11 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2013-05-24 01:10:49 +0200 |
commit | 0486d32f0b5f4d514f02f68c33f22f0864f20ac1 (patch) | |
tree | 2b2876b259616464c5957457270ae99695242e22 /config/haproxy-devel/haproxy_pool_edit.php | |
parent | 8586a6318f6c7429df260944b95baf9e55ac2257 (diff) | |
download | pfsense-packages-0486d32f0b5f4d514f02f68c33f22f0864f20ac1.tar.gz pfsense-packages-0486d32f0b5f4d514f02f68c33f22f0864f20ac1.tar.bz2 pfsense-packages-0486d32f0b5f4d514f02f68c33f22f0864f20ac1.zip |
haproxy-devel, fix required fields a shared-backend, optional Force immediate stop of old process on reload, fix show memory usage.
Diffstat (limited to 'config/haproxy-devel/haproxy_pool_edit.php')
-rw-r--r-- | config/haproxy-devel/haproxy_pool_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy_pool_edit.php b/config/haproxy-devel/haproxy_pool_edit.php index e282504a..4b93632f 100644 --- a/config/haproxy-devel/haproxy_pool_edit.php +++ b/config/haproxy-devel/haproxy_pool_edit.php @@ -608,7 +608,7 @@ FLUSH PRIVILEGES;</pre> <td width="78%" class="vtable" colspan="2"> <input name="monitor_agentport" type="text" <?if(isset($pconfig['monitor_agentport'])) echo "value=\"{$pconfig['monitor_agentport']}\"";?>size="64"> <br/> - Fill in the TCP portnumber the healtcheck should be performed on. + Fill in the TCP portnumber the healthcheck should be performed on. </td> </tr> </table> |