Skip to content

Commit

Permalink
Merge pull request #111 from jlsherrill/keep_alive_fix
Browse files Browse the repository at this point in the history
ignore MaxKeepAliveRequests if not set
  • Loading branch information
jlsherrill committed Feb 23, 2016
2 parents 8a007ea + be28ee5 commit ad4d0ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/etc/httpd/conf.d/05-foreman-ssl.d/katello.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ Alias /pub /var/www/html/pub
</LocationMatch>

KeepAlive On
<% unless [nil, :undefined, :undef, ''].include?(scope.lookupvar('katello::max_keep_alive')) -%>
MaxKeepAliveRequests <%= scope['::katello::max_keep_alive'] %>
<% end -%>

0 comments on commit ad4d0ca

Please sign in to comment.