samuelkadolph / unicorn-rails

unicorn-rails is a simple gem that sets the default server for rack (and rails) to unicorn.
MIT License
127 stars 22 forks source link

ActionCable doesn't work with Unicorn in production(Nginx) #23

Open shantilal-narola opened 7 years ago

shantilal-narola commented 7 years ago

However, when I use Nginx and Unicorn to run my actioncable in production server it doesn't work like it does in my development rails environment.

The error i got is as shown in below:

Rack::Lint::LintError: Status must be >=100 seen as integer

I couldn't able to understand the cause of error. If anyone could help me out, it would be really appreciated. Thanks in advance!