poise / application_ruby

Development repository for Opscode Cookbook application_ruby
Apache License 2.0
124 stars 153 forks source link

Add support for -E parameter for application_unicorn #99

Open stanhu opened 5 years ago

stanhu commented 5 years ago

If -E is not provided to unicorn, then RACK_ENV may be running in development mode by default. This is a potential security risk since stack traces and secret keys may be exposed: https://bogomips.org/unicorn/unicorn_1.html