Skip to content

Commit 0b9e3c2

Browse files
Merge pull request ceph#61197 from bebehei/fix-haproxy-dashboard-docs
doc/mgr/dashboard: Fix HAProxy TLS example
2 parents ff1134f + cb43999 commit 0b9e3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/mgr/dashboard.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,9 +1310,9 @@ redirection on standby nodes.
13101310
mode tcp
13111311
option httpchk GET /
13121312
http-check expect status 200
1313-
server x <HOST>:<PORT> ssl check verify none
1314-
server y <HOST>:<PORT> ssl check verify none
1315-
server z <HOST>:<PORT> ssl check verify none
1313+
server x <HOST>:<PORT> check check-ssl verify none
1314+
server y <HOST>:<PORT> check check-ssl verify none
1315+
server z <HOST>:<PORT> check check-ssl verify none
13161316

13171317
.. _dashboard-auditing:
13181318

0 commit comments

Comments
 (0)