X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6ed30a3d11d87fbec3d4ecef4c14b0f8ed707216..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index 2a273725f..4b0fb23bd 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -9,16 +9,30 @@ default_attributes( }, :taginfo => { :status => :role, - :members => [ :jochen, :tomh ] + :members => [:jochen, :tomh] } } }, - :apt => { - :sources => [ "brightbox-ruby-ng" ] + :apache => { + :mpm => "event", + :event => { + :server_limit => 40, + :max_clients => 1000, + :min_spare_threads => 50, + :max_spare_threads => 150, + :threads_per_child => 50, + :max_requests_per_child => 10000 + } }, :taginfo => { :sites => [ - { :name => "taginfo.openstreetmap.org" } + { + :name => "taginfo.openstreetmap.org", + :description => "This is the main taginfo site. It contains OSM data for the whole planet and is updated daily.", + :about => "

This site is run by the OSMF and maintained by Jochen Topf and the Sysadmin team.

Several other taginfo sites are operated by different people for different areas of the world.

", + :icon => "world", + :contact => "Jochen Topf " + } ] } )