|
12 | 12 | forward-port-algorithm=roundrobin Load balancing algorithm to be used when determining which backend server to forward new traffic to (roundrobin | leastconn | first)
|
13 | 13 | sticky-sessions=none Defines whether to activate sticky sessions (binding a particular session to a particular backend server) and the method to use if so. None disables sticky sessions. Cookie-based uses an HTTP cookie TO stick a session to a backend server. Table-based uses the source (client) IP address to stick a session to a backend server (none | cookie | table)
|
14 | 14 | [sticky-sessions-cookie-name] Cookie name for cookie-based sticky sessions
|
15 |
| - [health-check.mysql-config.user] |
| 15 | + lb-id Load Balancer ID |
| 16 | + [health-check.port] Port to use for the backend server health check |
| 17 | + [health-check.check-delay] Time to wait between two consecutive health checks |
| 18 | + [health-check.check-timeout] Maximum time a backend server has to reply to the health check |
16 | 19 | [health-check.check-max-retries] Number of consecutive unsuccessful health checks after which the server will be considered dead
|
17 |
| - [health-check.pgsql-config.user] |
| 20 | + [health-check.mysql-config.user] MySQL user to use for the health check |
| 21 | + [health-check.pgsql-config.user] PostgreSQL user to use for the health check |
18 | 22 | [health-check.http-config.uri] HTTP URI used for the health check
|
19 | 23 | [health-check.http-config.method] HTTP method used for the health check
|
20 | 24 | [health-check.http-config.code] HTTP response code expected for a successful health check
|
|
24 | 28 | [health-check.https-config.code] HTTP response code expected for a successful health check
|
25 | 29 | [health-check.https-config.host-header] HTTP host header used for the health check
|
26 | 30 | [health-check.https-config.sni] SNI used for SSL health checks
|
27 |
| - [health-check.port] Port to use for the backend server health check |
28 |
| - [health-check.check-timeout] Maximum time a backend server has to reply to the health check |
29 |
| - [health-check.check-delay] Time to wait between two consecutive health checks |
30 | 31 | [health-check.check-send-proxy] Defines whether proxy protocol should be activated for the health check
|
31 | 32 | [health-check.transient-check-delay.seconds]
|
32 | 33 | [health-check.transient-check-delay.nanos]
|
33 |
| - lb-id Load Balancer ID |
34 | 34 | [instance-server-id.{index}] UIID of the instance server.
|
35 | 35 | [instance-server-tag.{index}] Tag of the instance server.
|
36 | 36 | [use-instance-server-public-ip] Use public IP address of the instance instead of the private one
|
|
41 | 41 | [timeout-connect] Maximum allowed time for establishing a connection to a backend server
|
42 | 42 | [timeout-tunnel] Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout)
|
43 | 43 | [on-marked-down-action] Action to take when a backend server is marked as down (on_marked_down_action_none | shutdown_sessions)
|
44 |
| - [proxy-protocol] PROXY protocol to use between the Load Balancer and backend servers. Allows the backend servers to be informed of the client's real IP address. PROXY protocol must be supported by the backend servers' software (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn) |
45 |
| - [failover-host] Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud. Do not include the scheme (eg https://) |
46 |
| - [ssl-bridging] Defines whether to enable SSL between the Load Balancer and backend servers |
| 44 | + [proxy-protocol] Protocol to use between the Load Balancer and backend servers. Allows the backend servers to be informed of the client's real IP address. The PROXY protocol must be supported by the backend servers' software (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn) |
| 45 | + [failover-host] Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud |
| 46 | + [ssl-bridging] Defines whether to enable SSL bridging between the Load Balancer and backend servers |
47 | 47 | [ignore-ssl-server-verify] Defines whether the server certificate verification should be ignored
|
48 | 48 | [redispatch-attempt-count] Whether to use another backend server on each attempt
|
49 | 49 | [max-retries] Number of retries when a backend server connection failed
|
|
0 commit comments