Skip to content

Commit 80aebb1

Browse files
mumraumjuraga
authored andcommitted
DOC/MINOR: fix forwardfor example in response samples for add backend
Signed-off-by: Mathias Chevalier <mc.mumrau@gmail.com>
1 parent d0bcffd commit 80aebb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/haproxy_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ definitions:
508508
balance:
509509
algorithm: roundrobin
510510
forwardfor:
511-
enabled: true
511+
enabled: enabled
512512
httpchk:
513513
method: OPTIONS
514514
uri: /check

models/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ backend:
450450
balance:
451451
algorithm: roundrobin
452452
forwardfor:
453-
enabled: true
453+
enabled: enabled
454454
httpchk:
455455
uri: "/check"
456456
method: OPTIONS

0 commit comments

Comments
 (0)