Merge pull request #5900 from dprolife/patch-1
Fix 'uninitialized constant Unicorn' error
This commit is contained in:
commit
25d793eac5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
unless defined?(PhusionPassenger)
|
||||
require 'unicorn'
|
||||
# Unicorn self-process killer
|
||||
require 'unicorn/worker_killer'
|
||||
|
||||
|
|
Loading…
Reference in a new issue