X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f678a237ad076364803b7dd5ba3c94643e3c0252..995f988d4d7c75d422ae5b05f6be30246c31d231:/roles/tile.rb?ds=sidebyside diff --git a/roles/tile.rb b/roles/tile.rb index 560ce52c4..c9338173a 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -10,18 +10,6 @@ default_attributes( }, }, }, - :apache => { - :mpm => "event", - :timeout => 60, - :event => { - :max_clients => 1200, - :threads_per_child => 20, - :server_limit => 40, - :min_spare_threads => 30, - :max_spare_threads => 180, - :max_requests_per_child => 100000 - } - }, :apt => { :sources => [ "ubuntugis-stable" ] },