capistrano-plugins / capistrano-unicorn-nginx

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

modified 'nginx_service_path' to configurable #85

Closed waura closed 8 years ago

waura commented 8 years ago

solve issue https://github.com/capistrano-plugins/capistrano-unicorn-nginx/issues/84 This change enable nginx reload command. Example: Ubuntu or Debian sudo /etc/init.d/nginx reload CentOS7 sudo service nginx reload it needs to write "set :nginx_service_path, 'service nginx" to deploy config.