We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd4862 commit 857f7dbCopy full SHA for 857f7db
defaults/main.yml
@@ -14,7 +14,7 @@ haproxy_frontend_mode: 'http'
14
haproxy_backend_name: 'habackend'
15
haproxy_backend_mode: 'http'
16
haproxy_backend_balance_method: 'roundrobin'
17
-haproxy_backend_httpchk: ''
+haproxy_backend_httpchk: 'HEAD / HTTP/1.1\r\nHost:localhost'
18
19
# List of backend servers.
20
haproxy_backend_servers: []
0 commit comments