2793741fa4
Change-Id: Ia735f0f8c12acf6b89fcb8e31a3e290a4def96ab
15 lines
450 B
YAML
15 lines
450 B
YAML
---
|
|
haproxy_service_template: "haproxy_single_service_split.cfg.j2"
|
|
|
|
# Extra frontend/backend options (additive with locally defined options)
|
|
haproxy_frontend_http_extra:
|
|
- "option httplog"
|
|
- "option forwardfor"
|
|
haproxy_frontend_tcp_extra:
|
|
- "option tcplog"
|
|
haproxy_backend_http_extra: []
|
|
haproxy_backend_tcp_extra: []
|
|
|
|
haproxy_health_check: "check inter 2000 rise 2 fall 5"
|
|
haproxy_health_check_ssl: "check check-ssl inter 2000 rise 2 fall 5"
|