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
+2
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ The following arguments are supported:
62
62
e.g. 'failover-website.s3-website.fr-par.scw.cloud' if your bucket website URL is 'https://failover-website.s3-website.fr-par.scw.cloud/'.
63
63
-`ssl_bridging` - (Default: `false`) Enables SSL between load balancer and backend servers.
64
64
-`ignore_ssl_server_verify` - (Default: `false`) Specifies whether the Load Balancer should check the backend server’s certificate before initiating a connection.
65
+
-`max_connections` - (Optional) Maximum number of connections allowed per backend server.
66
+
-`timeout_queue` - (Optional) Maximum time for a request to be left pending in queue when `max_connections` is reached. (e.g.: `1s`)
0 commit comments