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: docs/resources/lb_backend.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -72,24 +72,24 @@ e.g. 'failover-website.s3-website.fr-par.scw.cloud' if your bucket website URL i
72
72
Backends use Health Check to test if a backend server is ready to receive requests.
73
73
You may use one of the following health check types: `TCP`, `HTTP` or `HTTPS`. (Default: `TCP`)
74
74
75
-
-`health_check_timeout` - (Default: `30s`) Timeout before we consider a HC request failed.
76
-
-`health_check_delay` - (Default: `60s`) Interval between two HC requests.
77
-
-`health_check_port` - (Default: `forward_port`) Port the HC requests will be send to.
78
-
-`health_check_max_retries` - (Default: `2`) Number of allowed failed HC requests before the backend server is marked down.
79
-
-`health_check_tcp` - (Optional) This block enable TCP health check. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
80
-
-`health_check_http` - (Optional) This block enable HTTP health check. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
81
-
-`uri` - (Required) The HTTP endpoint URL to call for HC requests.
82
-
-`method` - (Default: `GET`) The HTTP method to use for HC requests.
83
-
-`code` - (Default: `200`) The expected HTTP status code.
84
-
-`host_header` - (Optional) The HTTP host header to use for HC requests.
85
-
-`health_check_https` - (Optional) This block enable HTTPS health check. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
86
-
-`uri` - (Required) The HTTPS endpoint URL to call for HC requests.
87
-
-`method` - (Default: `GET`) The HTTP method to use for HC requests.
88
-
-`code` - (Default: `200`) The expected HTTP status code.
89
-
-`host_header` - (Optional) The HTTP host header to use for HC requests.
90
-
-`sni` - (Optional) The SNI to use for HC requests over SSL.
91
-
-`on_marked_down_action` - (Default: `none`) Modify what occurs when a backend server is marked down. Possible values are: `none` and `shutdown_sessions`.
92
-
75
+
-`health_check_timeout`- (Default: `30s`) Timeout before we consider a HC request failed.
76
+
-`health_check_delay`- (Default: `60s`) Interval between two HC requests.
77
+
-`health_check_port`- (Default: `forward_port`) Port the HC requests will be send to.
78
+
-`health_check_max_retries`- (Default: `2`) Number of allowed failed HC requests before the backend server is marked down.
79
+
-`health_check_tcp`- (Optional) This block enable TCP health check. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
80
+
-`health_check_http`- (Optional) This block enable HTTP health check. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
81
+
-`uri`- (Required) The HTTP endpoint URL to call for HC requests.
82
+
-`method`- (Default: `GET`) The HTTP method to use for HC requests.
83
+
-`code`- (Default: `200`) The expected HTTP status code.
84
+
-`host_header`- (Optional) The HTTP host header to use for HC requests.
85
+
-`health_check_https`- (Optional) This block enable HTTPS health check. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
86
+
-`uri`- (Required) The HTTPS endpoint URL to call for HC requests.
87
+
-`method`- (Default: `GET`) The HTTP method to use for HC requests.
88
+
-`code`- (Default: `200`) The expected HTTP status code.
89
+
-`host_header`- (Optional) The HTTP host header to use for HC requests.
90
+
-`sni`- (Optional) The SNI to use for HC requests over SSL.
91
+
-`on_marked_down_action`- (Default: `none`) Modify what occurs when a backend server is marked down. Possible values are: `none` and `shutdown_sessions`.
92
+
-`health_check_transient_delay` - (Default: `0.5s`) The time to wait between two consecutive health checks when a backend server is in a transient state (going UP or DOWN).
0 commit comments