capistrano-nginx-unicorn
capistrano-nginx-unicorn copied to clipboard
Create and manage nginx+unicorn configs from capistrano
though i installed capistrano-nginx-unicorn, i could't find unicorn and nginx task in the list. Gemfile.lock `GEM remote: https://rubygems.org/ specs: actioncable (5.1.4) actionpack (= 5.1.4) nio4r (~> 2.0) websocket-driver (~> 0.6.1)...
Is there any maintainer on this gem?
Ability to set CORS configuration on Nginx with `set :nginx_cors_allow_origin, "*"`
Made `nginx` ports configurable from `deploy.rb` config without the need to customize the templates. Also updated the related README section
``` bash ~/Code/bggtools (master ✔) ᐅ cap production unicorn:start DEBUG[1a1279d2] Running /usr/bin/env [ -d ~/.rvm ] on 23.239.7.54 DEBUG[1a1279d2] Command: [ -d ~/.rvm ] DEBUG[1a1279d2] Finished in 0.696 seconds with...
Hi, I experiment your gem since few hours, so I'm not sure is missed something or it's an issue for you. When I run `cap unicorn:restart` it's returning this: ```...
Adding a number of additional Nginx variables to help with performance tuning, roughly per this thread: https://www.digitalocean.com/community/tutorials/how-to-optimize-nginx-configuration I've left the default values for :client_max_body_size ("4G") and :keepalive_timeout ("10") that were...
I'm getting this error when trying to deploy. The bundle command works fine in other parts of my deploy (bundle install, rake db:migrate, etc.), just not in the nginx/unicorn part....
Hi, I'm just asking if it's possible to set the port will use unicorn to run into my capistrano deploiement file. Regards,
Uses `chkconfig` instead of `update-rc.d` when available.