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
|BIND_PORTS |Ports to bind in addition to `80` and `443`. Multiple values can be separated with comma|No||8085, 8086|
15
-
|CERTS |Comma separated list of certs. If set, cert files need to be available in the `/certs` directory.|No||cert-1.pem, cert-2.pem|
15
+
|CERTS |This parameter is **deprecated** as of February 2017. All the certificates from the `/cets/` directory are now loaded automatically||||
16
16
|CONNECTION_MODE |HAProxy supports 5 connection modes. *keep alive*: all requests and responses are processed. *tunnel*: only the first request and response are processed, everything else is forwarded with no analysis. *passive close*: tunnel with "Connection: close" added in both directions. *server close*: the server-facing connection is closed after the response. *forced close*: the connection is actively closed after end of response. In general it is preferred to use *http-server-close* with application servers, and some static servers might benefit from *http-keep-alive*.|No|http-server-close|http-keep-alive|
17
17
|CONSUL_ADDRESS |The address of a Consul instance used for storing proxy information and discovering running nodes. Multiple addresses can be separated with comma (e.g. 192.168.0.10:8500,192.168.0.11:8500).|Only in the *default* mode||192.168.0.10:8500|
18
18
|DEFAULT_PORTS |The default ports used by the proxy. Multiple values can be separated with comma (`,`). If a port should be for SSL connections, append it with `:ssl.|No|80,443:ssl||
0 commit comments