moved the stats bit in clause true or false
This commit is contained in:
@@ -86,6 +86,8 @@ $hy_timeout_client = '1m',
|
||||
$hy_timeout_server = '1m',
|
||||
$hy_timeout_http_keep_alive = '10s',
|
||||
$hy_timeout_check = '10s',
|
||||
$hy_hard_stop = true,
|
||||
$hy_hard_stop_value = '60s',
|
||||
|
||||
# user
|
||||
$hy_user_name = 'haproxy',
|
||||
|
||||
@@ -9,6 +9,9 @@ global
|
||||
<% if @hy_log_local1 == true -%>
|
||||
log /dev/log local1 notice
|
||||
<% end -%>
|
||||
<% if @hy_hard_stop == true -%>
|
||||
hard-stop-after <%= @hy_hard_stop_value %>
|
||||
<% end -%>
|
||||
chroot <%= @hy_chroot %>
|
||||
pidfile <%= @hy_pid %>
|
||||
maxconn <%= @hy_maxconn %>
|
||||
|
||||
Reference in New Issue
Block a user