net/haproxy: rename input field + improve help text, refs #4650

This commit is contained in:
Frank Wall
2025-06-17 15:18:14 +02:00
parent 1df2eba6c2
commit a713be0974
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -6,6 +6,12 @@ very high loads while needing persistence or Layer7 processing.
Plugin Changelog
================
4.6
Changed:
* improve help text for "http-request redirect" rules (#4650)
* rename "http-request redirect" input field (#4650)
4.5
Changed:
@@ -87,9 +87,9 @@
</field>
<field>
<id>action.http_request_redirect</id>
<label>HTTP Redirect</label>
<label>Redirect Command</label>
<type>text</type>
<help><![CDATA[Use HAProxy's redirect function to return a HTTP redirection. See <a href="http://docs.haproxy.org/3.0/configuration.html#redirect">HAProxy's documentation</a> for further details and examples.]]></help>
<help><![CDATA[Use HAProxy's redirect function to return a HTTP redirection. A full redirect command is required, e.g. "location https://www.example.net/" or "scheme https code 301". See <a href="http://docs.haproxy.org/3.0/configuration.html#redirect">HAProxy's documentation</a> for further details and examples.]]></help>
</field>
<field>
<label>Parameters</label>