X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f12949b32dbf868a911b64a16cf74bd38e775d49..484bf308fb9f43eda4c2d7ac7b3d3d23a3288044:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 38aa6cd5c..acd0cef1c 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -8,22 +8,12 @@ default_attributes( } }, :apache => { - :mpm => "prefork", - :timeout => 30, - :event => { - :server_limit => 32, - :max_request_workers => 800, - :threads_per_child => 50, - :max_connections_per_child => 10000 - } + :timeout => 30 }, :elasticsearch => { - :version => "2.x", + :version => "5.x", :cluster => { :name => "wiki" - }, - :script => { - :disable_dynamic => false } }, :exim => {