]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: server: Add docs for "server" and "default-server" new "no-*" and other settings.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 21 Mar 2017 17:52:12 +0000 (18:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Mar 2017 12:38:42 +0000 (14:38 +0200)
commitd237627d3b9bd36de5bd2abe405fe15d01948151
tree76c2d350f9eecb8046a81bdca6b8cf7edfbe5115
parent6e0843c0e09fd8737cb377b5387b9946292d7378
DOC: server: Add docs for "server" and "default-server" new "no-*" and other settings.

New boolean settings have been added to disable others. Most of them have "no-" as prefix.

"enabled" disables "disabled" setting,
"no-agent-check" disables "agent-check",
"no-backup" disables "backup",
"no-check" disables "check",
"no-check-ssl" disables "check-ssl",
"no-force-sslv3" disables "force-sslv3",
"no-force-tlsv10" disables "force-tlsv10",
"no-force-tlsv11" disables "force-tlsv11",
"no-force-tlsv12" disables "force-tlsv12,
"no-send-proxy" disables "send-proxy",
"no-send-proxy-v2" disables "send-proxy-v2",
"no-send-proxy-v2-ssl" disables "send-proxy-v2-ssl",
"no-send-proxy-v2-ssl-cn" disables "send-proxy-v2-ssl-cn",
"no-ssl" disables "ssl",
"no-verifyhost" disables "verifyhost",
"sslv3" disables "no-sslv3",
"ssl-reuse" disables "no-ssl-reuse",
"stick" disables "non-stick",
"tlsv10" disables "no-tlsv10",
"tlsv11" disables "no-tlsv11",
"tlsv12" disables "no-tlsv12",
"tls-tickets" disables "no-tls-tickets".

Settings with arguments are now supported on "default-server" lines:

"addr", "ca-file", "ciphers", "crl-file", "crt", "cookie", "namespace", "observe",
"redir", "sni", "source", "tcp-ut" and "track".

From now on, all server "settings" including the new ones above are supported by
"default-server" except "id" which is only supported on "server" lines.
doc/configuration.txt