Skip to content

Commit

Permalink
Merge pull request ceph#61197 from bebehei/fix-haproxy-dashboard-docs
Browse files Browse the repository at this point in the history
doc/mgr/dashboard: Fix HAProxy TLS example
  • Loading branch information
anthonyeleven authored Dec 30, 2024
2 parents ff1134f + cb43999 commit 0b9e3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/mgr/dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1310,9 +1310,9 @@ redirection on standby nodes.
mode tcp
option httpchk GET /
http-check expect status 200
server x <HOST>:<PORT> ssl check verify none
server y <HOST>:<PORT> ssl check verify none
server z <HOST>:<PORT> ssl check verify none
server x <HOST>:<PORT> check check-ssl verify none
server y <HOST>:<PORT> check check-ssl verify none
server z <HOST>:<PORT> check check-ssl verify none

.. _dashboard-auditing:

Expand Down

0 comments on commit 0b9e3c2

Please sign in to comment.