]> git.openstreetmap.org Git - chef.git/blob - roles/forum.rb
nominatim: increase number of tracked connections
[chef.git] / roles / forum.rb
1 name "forum"
2 description "Role applied to all forum servers"
3
4 default_attributes(
5   :apache => {
6     :timeout => 60,
7     :keepalive => false,
8     :worker => {
9       :max_request_workers => 250
10     }
11   }
12 )
13
14 run_list(
15   "recipe[forum]"
16 )