6df1b20618
Change-Id: I0cbc51eedb218f6b2f7d5c50372ad7a8be9bdcc0
16 lines
414 B
YAML
16 lines
414 B
YAML
---
|
|
project_name: "haproxy-config"
|
|
|
|
haproxy_service_template: "haproxy_single_service_listen.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"
|