mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: rephrase for clarity, refs #264
This commit is contained in:
+4
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user