Commit 2adbc0b7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6142 from gdamjan/master

Check specifically for Unicorn in rack config.ru file
parents cb9f1a4f be150fa9
# This file is used by Rack-based servers to start the application.
unless defined?(PhusionPassenger)
if defined?(Unicorn)
require 'unicorn'
# Unicorn self-process killer
require 'unicorn/worker_killer'
......
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