You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: haproxy/Readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ either when running the container or in a `docker-compose.yml` file.
147
147
*`TIMEOUT_CLIENT` timeouts apply when the client is expected to acknowledge or send data during the TCP process. Default `50000` ms
148
148
*`TIMEOUT_SERVER` timeouts apply when the server is expected to acknowledge or send data during the TCP process. Default `50000` ms
149
149
*`HTTPCHK` The HTTP method and uri used to check on the servers health - default `HEAD /`
150
+
*`HTTPCHK_HOST` Host Header override on http Health Check - default `localhost`
150
151
*`INTER` parameter sets the interval between two consecutive health checks. If not specified, the default value is `2s`
151
152
*`FAST_INTER` parameter sets the interval between two consecutive health checks when the server is any of the transition state (read above): UP - transitionally DOWN or DOWN - transitionally UP. If not set, then `INTER` is used.
152
153
*`DOWN_INTER` parameter sets the interval between two consecutive health checks when the server is in the DOWN state. If not set, then `INTER` is used.
0 commit comments