{% extends "base.html" %} {% set active_page = "index" %} {% block title %}HAProxy • Configuration{% endblock %} {% block breadcrumb %}Configuration{% endblock %} {% block content %}
{{ frontend_count|default(0) }}

Frontends

{{ backend_count|default(0) }}

Backends

{{ acl_count|default(0) }}

ACLs

L7: {{ layer7_count|default(0) }} / L4: {{ layer4_count|default(0) }}

Layers

{% if message %} {% endif %}
Add New Configuration
Frontend
Choose load balancing algorithm or simple single host
Full path to .pem file

Backend

Headers & Security
Adds: http-response del-header Server (security)

Protection
e.g. 30m, 1h, 24h

ACL & Routing

{% endblock %}