You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.
The validate pattern for Httpchk version is
^[^\s]+$
This does not allow the use of specific headers in HTTP health check like in the following example from: https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-option%20httpchk
option httpchk OPTIONS * HTTP/1.1\r\nHost:\ www
The text was updated successfully, but these errors were encountered: