update head template

This commit is contained in:
Arne Teuke
2025-02-12 11:45:09 +01:00
parent 9aa0ff0451
commit 4316a4dad7
3 changed files with 19 additions and 14 deletions

View File

@@ -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 -%>