diff --git a/roles/haproxy/templates/haproxy.cfg.stg b/roles/haproxy/templates/haproxy.cfg.stg index e010434401..c4b488b923 100644 --- a/roles/haproxy/templates/haproxy.cfg.stg +++ b/roles/haproxy/templates/haproxy.cfg.stg @@ -205,6 +205,8 @@ listen pdc 0.0.0.0:10045 balance hdr(appserver) server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2 option httpchk GET /rest_api/v1/ + timeout server 3600000 + timeout connect 3600000 # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others.