:threads_per_child => 50,
:min_spare_threads => 50,
:max_spare_threads => 450,
- :max_connections_per_child => 10000,
:async_request_worker_factor => 4
}
},
:logstash => {
:forwarder => {
- :files => [
- { :paths => ["/var/log/apache2/access.log"], :fields => { :type => "apache" } },
- { :paths => ["/var/log/web/rails-logstash.log"], :fields => { :type => "rails" } }
+ "filebeat.inputs" => [
+ { "type" => "filestream", "id" => "apache", "paths" => ["/var/log/apache2/access.log"], "fields" => { "type" => "apache" }, "fields_under_root" => true },
+ { "type" => "filestream", "id" => "rails", "paths" => ["/var/log/web/rails-logstash.log"], "fields" => { "type" => "rails" }, "fields_under_root" => true }
]
}
},
+ :memcached => {
+ :memory_limit => 4096
+ },
:passenger => {
:max_pool_size => 50
},
:exim => {
:local_domains => ["messages.openstreetmap.org"],
- :trusted_users => ["rails"],
:routes => {
:messages => {
:comment => "messages.openstreetmap.org",
:user => "rails",
:group => "rails",
:home_directory => "/srv/www.openstreetmap.org/rails",
- :path => "/bin:/usr/bin:/usr/local/bin"
+ :path => "/bin:/usr/bin:/usr/local/bin",
+ :environment => {
+ "RAILS_ENV" => "production"
+ }
}
}
}