remove clauses for logging
This commit is contained in:
@@ -3,20 +3,20 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
global
|
global
|
||||||
log /var/log/haproxy.log local0
|
log /var/log/haproxy.log local0
|
||||||
log /var/log/haproxy.log local1 notice
|
log /var/log/haproxy.log local1 notice
|
||||||
<% if @hy_hard_stop == true -%>
|
<% if @hy_hard_stop == true -%>
|
||||||
hard-stop-after <%= @hy_hard_stop_value %>
|
hard-stop-after <%= @hy_hard_stop_value %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if @hy_show_stats == true -%>
|
<% if @hy_show_stats == true -%>
|
||||||
stats socket /var/lib/haproxy/stats
|
stats socket /var/lib/haproxy/stats
|
||||||
stats timeout 30s
|
stats timeout 30s
|
||||||
<% end -%>
|
<% end -%>
|
||||||
chroot <%= @hy_chroot %>
|
chroot <%= @hy_chroot %>
|
||||||
pidfile <%= @hy_pid %>
|
pidfile <%= @hy_pid %>
|
||||||
maxconn <%= @hy_maxconn %>
|
maxconn <%= @hy_maxconn %>
|
||||||
user <%= @hy_user_name %>
|
user <%= @hy_user_name %>
|
||||||
group <%= @hy_user_name %>
|
group <%= @hy_user_name %>
|
||||||
daemon
|
daemon
|
||||||
|
|
||||||
# utilize system-wide crypto-policies
|
# utilize system-wide crypto-policies
|
||||||
|
|||||||
Reference in New Issue
Block a user