Skip to content

Commit

Permalink
Merge pull request #277 from jfroche/patch-1
Browse files Browse the repository at this point in the history
remove unknown parameter
  • Loading branch information
James Fryman committed Mar 19, 2014
2 parents 8173432 + e0f716b commit ff76e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/conf.d/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ http {
sendfile <%= scope.lookupvar('nginx::params::nx_sendfile')%>;

server_tokens <%= @server_tokens %>;
<% if scope.lookupvar('nginx::params::nx_tcp_nopush') == 'on' %>tcp_nopush on;<% end %>

types_hash_max_size <%= scope.lookupvar('nginx::params::nx_types_hash_max_size')%>;
types_hash_bucket_size <%= scope.lookupvar('nginx::params::nx_types_hash_bucket_size')%>;
Expand Down

0 comments on commit ff76e4f

Please sign in to comment.