capistrano-plugins / capistrano-unicorn-nginx

Capistrano tasks for automatic and sensible unicorn + nginx configuration
MIT License
175 stars 81 forks source link

Log directory for nginx is not created if web is not a release role #18

Closed rhomeister closed 10 years ago

rhomeister commented 10 years ago

The #{deploy}/shared/log directory is only created if web is a release role. As a result, when it is not, nginx won't boot because the log directory is non-existent.