2018-12-10 15:56:28 +01:00
|
|
|
###############################################################################
|
|
|
|
|
##### haproxy.cfg created by puppet through concatenation. manual changes #####
|
|
|
|
|
##### will be overwritten. original full file available at #####
|
|
|
|
|
##### https://confdroid.com/2018/12/haproxy-cfg/ #####
|
|
|
|
|
###############################################################################
|
2018-12-10 16:57:53 +01:00
|
|
|
|
|
|
|
|
global
|
|
|
|
|
log <%= @hy_log_target %> <%= @hy_log_facility %>
|
|
|
|
|
|
|
|
|
|
chroot <%= @hy_chroot %>
|
|
|
|
|
pidfile <%= @hy_pid %>
|
|
|
|
|
maxconn <%= @hy_maxconn %>
|
|
|
|
|
user <%= @hy_user_name %>
|
|
|
|
|
group <%= @hy_user_name %>
|
|
|
|
|
daemon
|
|
|
|
|
|
|
|
|
|
<% if @hy_show_stats == true -%>
|
|
|
|
|
stats socket <%= @hy_stats_socket %>
|
|
|
|
|
<% end -%>
|