Skip to content

Commit c967c67

Browse files
feat(haproxy): add hard-stop-after timeout to prevent hanging processes during shutdown
1 parent f008850 commit c967c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/haproxy_lb/templates/haproxy.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ global
99
user haproxy
1010
group haproxy
1111
daemon
12+
hard-stop-after 10m
1213

1314
# modern configuration from
1415
# https://mozilla.github.io/server-side-tls/ssl-config-generator/?server=haproxy

0 commit comments

Comments
 (0)