mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-13 07:43:32 -05:00
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. |
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| lua-api | ||
| 51Degrees-device-detection.txt | ||
| acl.fig | ||
| architecture.txt | ||
| close-options.txt | ||
| coding-style.txt | ||
| configuration.txt | ||
| cookie-options.txt | ||
| DeviceAtlas-device-detection.txt | ||
| gpl.txt | ||
| haproxy.1 | ||
| intro.txt | ||
| lgpl.txt | ||
| linux-syn-cookies.txt | ||
| lua.txt | ||
| management.txt | ||
| netscaler-client-ip-insertion-protocol.txt | ||
| network-namespaces.txt | ||
| proxy-protocol.txt | ||
| queuing.fig | ||
| SPOE.txt | ||
| WURFL-device-detection.txt | ||