Some timeout options for prod pdc.

This commit is contained in:
Ralph Bean 2016-01-25 16:45:03 +00:00
parent d3b90547e0
commit ec3fef5508

View file

@ -227,6 +227,8 @@ listen pdc 0.0.0.0:10045
server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
server pdc-web02 pdc-web02: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.