diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:49:03 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:49:03 -0400 |
commit | 6cd08e142485b1ccd095352f60976ec08798f480 (patch) | |
tree | 42095e0e9907ef8290d426a41884ca65dc8b5e02 | |
parent | 4299adf5234b85ebde5a9f9faff0d829148385d5 (diff) | |
download | pfsense-packages-6cd08e142485b1ccd095352f60976ec08798f480.tar.gz pfsense-packages-6cd08e142485b1ccd095352f60976ec08798f480.tar.bz2 pfsense-packages-6cd08e142485b1ccd095352f60976ec08798f480.zip |
Add example for monitor uri
-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"> |