You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Passenger stack, an Nginx reload is needed to start a new process that loads the environment variables. On the Unicorn stack, a new Unicorn master needs to be started via monit restart unicorn_master_appname and an Nginx reload is not needed.
Even thought the documentation says it does, the
env_vars
recipe doesn't support Unicorn.If you look at the recipe, it only supports Passenger. Please add support for Unicorn!
The text was updated successfully, but these errors were encountered: