Haproxy Configurator
Home
Add Frontend & Backend
Edit HAProxy Config
Security Events
Statictics
HAProxy Stats
Dark Mode
Edit HAProxy Config
Configuration:
{{ config_content }}
{% if check_output %}
{% if 'Fatal errors' in check_output %}
{{ check_output }}
{% elif 'Warnings' in check_output %}
{{ check_output }}
{% elif 'error detected while parsing an' in check_output %}
{{ check_output }}
{% else %}
{{ check_output }}
{% endif %}
{% endif %}