If you want to bind Puma to a unix socket, you can do this either by providing a -b options: or using a puma.rb config file and setting the bind options. Unfortunately if you try to bind multiple Pumas to one socket, you might end up with issue similar to this one: So, what is […]
Read more at the sourceCategory Archives: Pumactl
Running GitLab 7.1 using Puma instead of a Unicorn
Warning Warning! Before you do this, please read why you should’nt: why did gitlab 6 switch back to unicorn? So now, when let’s get started… Gemfile updates Nothing special here. Just add: and then: Puma config Create a puma.rb file in your gitlab config dir and copy/paste this: and At this point, you should be […]
Read more at the source