merefield
(Robert)
1
I’m investigating an issue which I’m suspecting may relate to the specific flavour of web server employed.
Discourse supports both Puma and Unicorn web servers, apparently.
What is the most minimal configuration and right way to switch between Puma and Unicorn in a bespoke environment?
For some reason I have two installs, one appears to spin up Puma, one Unicorns, and both have RAILS_ENV: development
1 Like
RGJ
(Richard - Communiteq)
2
If I recall correctly, rails s
starts puma and unicorn_rails
starts unicorn.
1 Like
merefield
(Robert)
3
Appears to lead to on my Ubuntu Dev install?:
But I’m going to try your other command to switch from Puma, thanks!
merefield
(Robert)
4
I had to use bundle exec unicorn_rails
within my docker container for some reason (it’s a gem?), but that was extremely useful.
So: I simply cannot recommend Puma when using Ember-CLI in Combo with NGINX as this causes problems.
1 Like
merefield
(Robert)
5
There is still an open question here, how come in some installs, Unicorn appears to be the default web server employed when issuing bin/rails s
?
system
(system)
Closed
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.