1
0
Fork 0

Enable health checking for HAProxy backend servers

- Updated HAProxy configuration templates to include `check` for `srv_stats` and `srv_dashboard` backends.
- Adjusted expected test case outputs to account for the added health check settings.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-22 20:03:12 -05:00
parent 7e3134155a
commit 4dda1ed631
9 changed files with 15 additions and 15 deletions

View file

@ -33,7 +33,7 @@ frontend stats
backend srv_stats
mode http
server Local 127.0.0.1:1936
server Local 127.0.0.1:1936 check
frontend dashboard
bind *:11936
@ -47,7 +47,7 @@ frontend dashboard
backend srv_dashboard
mode http
server Local 127.0.0.1:9190
server Local 127.0.0.1:9190 check
backend certbot_backend
mode http