Skip to content

Commit

Permalink
Update squid.conf.header.erb; remove access_log mention
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinobiscript authored Feb 2, 2024
1 parent 4b6e124 commit b2e7c54
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/squid.conf.header.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ logformat <%= logformat_line %>
<% unless @buffered_logs.nil? -%>
buffered_logs <%= @buffered_logs?'on':'off' %>
<% end -%>
<% if @access_log.is_a?(Array) %>
<% @access_log.each do |access_log_line| -%>
access_log <%= access_log_line %>
<% end -%>
<% else -%>
access_log <%= @access_log %>
<% end -%>
<% if @coredump_dir -%>
coredump_dir <%= @coredump_dir %>
Expand Down

0 comments on commit b2e7c54

Please sign in to comment.