aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-17 20:24:01 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-17 20:24:07 -0500
commit938d9a78d415888c6ff6713bd6a3a1d4f7475d6f (patch)
tree1f3d4a43dff90ffd560081c1037638d111248813 /config/haproxy
parent28f9ef7be990dc344ff48b05b5afc698675ad9f0 (diff)
downloadpfsense-packages-938d9a78d415888c6ff6713bd6a3a1d4f7475d6f.tar.gz
pfsense-packages-938d9a78d415888c6ff6713bd6a3a1d4f7475d6f.tar.bz2
pfsense-packages-938d9a78d415888c6ff6713bd6a3a1d4f7475d6f.zip
Move monitor text example to correct td
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_backends_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php
index d31430f5..80616dc6 100755
--- a/config/haproxy/haproxy_backends_edit.php
+++ b/config/haproxy/haproxy_backends_edit.php
@@ -484,13 +484,14 @@ set by the 'retries' parameter (2).</div>
<td width="78%" class="vtable" colspan="2">
<input id="stats_password" name="stats_password" type="password" <?if(isset($pconfig['stats_password'])) echo "value=\"{$pconfig['stats_password']}\"";?> size="64">
<br/>
- Example: / or /index.php or /index.html or /testmypage.cgi
</td>
</tr>
<tr align="left">
<td width="22%" valign="top" id="monitorport_text" class="vncell">Monitor Uri</td>
<td width="78%" class="vtable" colspan="2">
- <input name="monitor_uri" type="text" <?if(isset($pconfig['monitor_uri'])) echo "value=\"{$pconfig['monitor_uri']}\"";?> size="50" maxlength="50"><br>
+ <input name="monitor_uri" type="text" <?if(isset($pconfig['monitor_uri'])) echo "value=\"{$pconfig['monitor_uri']}\"";?> size="50" maxlength="50">
+ <br/>
+ Example: / or /index.php or /index.html or /testmypage.cgi
</td>
</tr>
</tr>