diff options
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 491a1fa5..b5edb2d9 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -490,6 +490,8 @@ The left part of the URI (before the question mark) is hashed <td width="22%" valign="top" class="vncellreq">Stats Password</td> <td width="78%" class="vtable" colspan="2"> <input id="stats_password" name="stats_password" type="text" <?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"> |