net/haproxy: rephrase for clarity, refs #264

This commit is contained in:
Frank Wall
2017-11-06 00:00:36 +01:00
parent 4c4eabf7eb
commit 0bbe10d9e3
2 changed files with 6 additions and 3 deletions
@@ -64,8 +64,11 @@
<id>action.use_server</id>
<label>Use server</label>
<type>dropdown</type>
<help><![CDATA[HAProxy will use this server if the condition evaluates to true.]]></help>
<help><![CDATA[HAProxy will use this server instead of other servers that are specified in the Backend Pool. The server must exist in the context where this rule is applied.]]></help>
</field>
<field>
<label>NOTE: The specified server must be present in the Backend Pool where this rule is applied.</label>
<type>info</type>
<field>
<label>Parameters</label>
<type>header</type>
@@ -1023,8 +1023,8 @@
<Required>Y</Required>
<!-- XXX TODO: use more user-friendly names instead of HAProxys option names -->
<OptionValues>
<use_backend>Use specified backend</use_backend>
<use_server>Use specified server</use_server>
<use_backend>Use specified Backend Pool</use_backend>
<use_server>Override server in Backend Pool</use_server>
<http-request_allow>http-request allow</http-request_allow>
<http-request_deny>http-request deny</http-request_deny>
<http-request_tarpit>http-request tarpit</http-request_tarpit>