diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-05-20 15:47:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 15:47:01 +0100 |
| commit | 20ebbe36c3798383134854f3333bbbd2c2413043 (patch) | |
| tree | 046aea0a0cbcd5304ca910926fdad13237933e29 /interface-definitions/include/haproxy | |
| parent | 37598a366e8d17fc7a546b23d3a4d8ff097272ce (diff) | |
| parent | 7b47ce030cca8adb56dcf3fdfc96dab7ab0ed950 (diff) | |
| download | vyos-1x-20ebbe36c3798383134854f3333bbbd2c2413043.tar.gz vyos-1x-20ebbe36c3798383134854f3333bbbd2c2413043.zip | |
Merge pull request #4511 from sever-sever/T7335
T7335: Fix typo for HAproxy help redirect-location path
Diffstat (limited to 'interface-definitions/include/haproxy')
| -rw-r--r-- | interface-definitions/include/haproxy/rule-frontend.xml.i | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/include/haproxy/rule-frontend.xml.i b/interface-definitions/include/haproxy/rule-frontend.xml.i index 6663f627b..d2e7a38c3 100644 --- a/interface-definitions/include/haproxy/rule-frontend.xml.i +++ b/interface-definitions/include/haproxy/rule-frontend.xml.i @@ -32,15 +32,15 @@ <children> <leafNode name="redirect-location"> <properties> - <help>Set URL location</help> + <help>Set path location</help> <valueHelp> <format>url</format> - <description>Set URL location</description> + <description>Set path location</description> </valueHelp> <constraint> <regex>\/[\w\-.\/]+</regex> </constraint> - <constraintErrorMessage>Incorrect URL format</constraintErrorMessage> + <constraintErrorMessage>Incorrect path format</constraintErrorMessage> </properties> </leafNode> <leafNode name="backend"> |
