diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 00:46:42 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 00:46:42 -0400 |
commit | 60cbd71ec523605f09c41fb555c68a52b8a74031 (patch) | |
tree | e5ab090f1d6c5f48d573073455e160587522b034 /config/haproxy | |
parent | 48b3586649dc4c98f1e79c2f7eee5f5636778303 (diff) | |
download | pfsense-packages-60cbd71ec523605f09c41fb555c68a52b8a74031.tar.gz pfsense-packages-60cbd71ec523605f09c41fb555c68a52b8a74031.tar.bz2 pfsense-packages-60cbd71ec523605f09c41fb555c68a52b8a74031.zip |
Add friendly reminder about the need for a firewall rule
Diffstat (limited to 'config/haproxy')
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 47fa2dc5..9c172aa2 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -582,6 +582,11 @@ set by the 'retries' parameter (2).</div> </a><br/> Fore more information about ACL's please see <a href='http://haproxy.1wt.eu/download/1.3/doc/configuration.txt' target='_new'>HAProxy Documentation</a> Section 7 - Using ACL's </td> + <tr> + <td colspan='3'> + <span class="vexpl">NOTE: You must add a firewall rule permitting access to this backend!</span> + </td> + </tr> </tr> <tr align="left"> <td width="22%" valign="top"> </td> |