Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 428 Bytes

PumaMultiSite

Files used in configuring Puma to work with more than 1 site on server

/etc/init.d/puma
/etc/puma.conf
/config/deploy.rb
/config/puma.rb

It took a while for me to get puma to properly handle CAP DEPLOY with multiple sites, there was an issue with it not killing all of the puma ruby processes before starting new ones. Here's what I used to finally get it to work.