mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
net/haproxy: improve help message
This commit is contained in:
parent
dd863a44ba
commit
34edf62f22
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<id>errorfile.code</id>
|
||||
<label>Error code</label>
|
||||
<type>dropdown</type>
|
||||
<help>The HTTP status code.</help>
|
||||
<help><![CDATA[The HTTP status code.<br/><div class="text-info"><b>NOTE:</b> It is important to understand that errorfiles are NOT meant to rewrite errors returned by the server, but errors detected and returned by HAProxy. This is why the list of supported errors is limited to a small set.</div>]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>errorfile.content</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue