1 # we need thread-safety for Rails with Revactor
2 ENV["RAILS_ENV"] = "production"
4 listen 8080, :tcp_nodelay => true
5 # we're lazy and are just using the Moneta::Memory store
9 worker_connections 1000
12 # unclobber the Rails override of the logger formatter :<
13 Configurator::DEFAULTS[:logger].formatter = Logger::Formatter.new