Commit 95c6f3d3 by David Ormsbee

Preload unicorn app to make New Relic work

parent 1ffaee2a
# Ensure the agent is started using Unicorn
# This is needed when using Unicorn and preload_app is not set to true.
# See http://support.newrelic.com/kb/troubleshooting/unicorn-no-data
::NewRelic::Agent.after_fork(:force_reconnect => true) if defined? Unicorn
worker_processes 4 worker_processes 4
timeout 30 timeout 30
preload_app true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment