Skip to content

Commit

Permalink
Merge pull request #191 from trlinkin/master
Browse files Browse the repository at this point in the history
Move 'ServerLimit' line in worker.erb
  • Loading branch information
hunner committed May 9, 2013
2 parents 77f4593 + 0125341 commit 3a7f0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mod/worker.conf.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<IfModule mpm_worker_module>
ServerLimit <%= @serverlimit %>
StartServers <%= @startservers %>
MaxClients <%= @maxclients %>
MinSpareThreads <%= @minsparethreads %>
MaxSpareThreads <%= @maxsparethreads %>
ThreadsPerChild <%= @threadsperchild %>
MaxRequestsPerChild <%= @maxrequestsperchild %>
ServerLimit <%= @serverlimit %>
</IfModule>

0 comments on commit 3a7f0b9

Please sign in to comment.