forked from ccchb/ansible
15 lines
300 B
Text
15 lines
300 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
defaults
|
||
|
log global
|
||
|
|
||
|
mode http
|
||
|
option httplog
|
||
|
|
||
|
option clitcpka
|
||
|
option srvtcpka
|
||
|
timeout client 30s
|
||
|
timeout server 30s
|
||
|
timeout connect 5s
|
||
|
|