Skip to content

Commit 857f7db

Browse files
committed
PR geerlingguy#10: Keep httpchk default.
1 parent 1dd4862 commit 857f7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ haproxy_frontend_mode: 'http'
1414
haproxy_backend_name: 'habackend'
1515
haproxy_backend_mode: 'http'
1616
haproxy_backend_balance_method: 'roundrobin'
17-
haproxy_backend_httpchk: ''
17+
haproxy_backend_httpchk: 'HEAD / HTTP/1.1\r\nHost:localhost'
1818

1919
# List of backend servers.
2020
haproxy_backend_servers: []

0 commit comments

Comments
 (0)