* might consider turning up keepalive to 65 <div>* depending on the nature of your content you might want to turn up when it expires -- example: expires 10m;</div><div>* looks like you have 2 workers per core -- typically a worker process per core is recommended (or maybe your have intel cores with "hyerthreding", in which case maybe 8 is the more relevant #</div>
<div> * what's your cpu load like? is your server cpu-bound or is IO the problem? if you can find some way to do fewer disk reads and more ram reads that will help</div>