Skip to content

Check specifically for Unicorn in rack config.ru file

Matthias Käppler requested to merge github/fork/gdamjan/master into master

Created by: gdamjan

Don't assume that if the Rack server is not Passenger then it must be Unicorn. There are many other Rack servers in the world (uwsgi being one example that people use a lot).

The reverse check is much more logical, i.e. check explicitly for Unicorn

Merge request reports