diff options
Diffstat (limited to 'config/haproxy/haproxy_backends_edit.php')
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 9c172aa2..6763a3bd 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -582,11 +582,6 @@ 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> @@ -597,6 +592,12 @@ set by the 'retries' parameter (2).</div> <?php endif; ?> </td> </tr> + <tr> + <br/> <br/> + <td colspan='3'> + <span class="vexpl">NOTE: You must add a firewall rule permitting access to this backend!</span> + </td> + </tr> </table> </form> <br> |