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