X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/176d46fe9b5deb4080f433b1ca7f7786492fda9a..99afb74d84a97c8b5e4877300d22e8d771a2caec:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 94f6ae3f8..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 => "5.x", :cluster => { :name => "wiki" - }, - :script => { - :disable_dynamic => false } }, :exim => {