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
@@ -149,6 +149,7 @@ either when running the container or in a `docker-compose.yml` file.
149
149
*`TIMEOUT_CLIENT` timeouts apply when the client is expected to acknowledge or send data during the TCP process. Default `50000` ms
150
150
*`TIMEOUT_SERVER` timeouts apply when the server is expected to acknowledge or send data during the TCP process. Default `50000` ms
151
151
*`HTTPCHK` The HTTP method and uri used to check on the servers health - default `HEAD /`
152
+
*`HTTPCHK_HOST` Host Header override on http Health Check - default `localhost`
152
153
*`INTER` parameter sets the interval between two consecutive health checks. If not specified, the default value is `2s`
153
154
*`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.
154
155
*`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