Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions grafana_monitoring/roles/haproxy/templates/haproxy.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ global

defaults
mode http
timeout client 10s
timeout connect 5s
timeout server 10s
timeout http-request 10s
timeout client 120s
timeout connect 10s
timeout server 120s
timeout http-request 120s
log global

frontend stats
Expand Down