diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/load-balancing-haproxy.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/load-balancing-haproxy.xml.in b/interface-definitions/load-balancing-haproxy.xml.in index 57b02aa95..f0c0ee8ce 100644 --- a/interface-definitions/load-balancing-haproxy.xml.in +++ b/interface-definitions/load-balancing-haproxy.xml.in @@ -9,7 +9,7 @@ <children> <tagNode name="server"> <properties> - <help>Frontend name</help> + <help>Frontend server name</help> <constraint> #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> @@ -25,7 +25,7 @@ <constraintErrorMessage>Backend name must be alphanumeric and can contain hyphen and underscores</constraintErrorMessage> <valueHelp> <format>txt</format> - <description>Backend name</description> + <description>Name of reverse-proxy backend system</description> </valueHelp> <completionHelp> <path>load-balancing reverse-proxy backend</path> @@ -56,7 +56,7 @@ </tagNode> <tagNode name="backend"> <properties> - <help>Backend name</help> + <help>Backend server name</help> <constraint> #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> @@ -168,7 +168,7 @@ <children> <leafNode name="ssl-bind-ciphers"> <properties> - <help>SSL default bind ciphers</help> + <help>Cipher algorithms ("cipher suite") used during SSL/TLS handshake for all frontend servers</help> <completionHelp> <list>ecdhe-ecdsa-aes128-gcm-sha256 ecdhe-rsa-aes128-gcm-sha256 ecdhe-ecdsa-aes256-gcm-sha384 ecdhe-rsa-aes256-gcm-sha384 ecdhe-ecdsa-chacha20-poly1305 ecdhe-rsa-chacha20-poly1305 dhe-rsa-aes128-gcm-sha256 dhe-rsa-aes256-gcm-sha384</list> </completionHelp> |