update head template
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
###############################################################################
|
||||
|
||||
global
|
||||
log <%= @hy_log_target %> <%= @hy_log_facility %>
|
||||
|
||||
<% if @hy_log_local0 == true -%>
|
||||
log /dev/log local0
|
||||
<% end -%>
|
||||
<% if @hy_log_local1 == true -%>
|
||||
log /dev/log local1 notice
|
||||
<% end -%>
|
||||
chroot <%= @hy_chroot %>
|
||||
pidfile <%= @hy_pid %>
|
||||
maxconn <%= @hy_maxconn %>
|
||||
@@ -24,6 +28,9 @@ global
|
||||
defaults
|
||||
mode <%= @hy_default_mode %>
|
||||
log global
|
||||
<% if @hy_use_tcplog == true -%>
|
||||
option tcplog
|
||||
<% end -%>
|
||||
<% if @hy_use_httplog == true -%>
|
||||
option httplog
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user