Skip to content
Snippets Groups Projects
Commit 80efbf85 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Replace unicorn with puma

parent 08e52b08
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -162,8 +162,8 @@ do so with caution!
sudo -u git -H mkdir tmp/pids/
sudo chmod -R u+rwX tmp/pids/
 
# Copy the example Unicorn config
sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb
# Copy the example Of Puma config
sudo -u git -H cp config/puma.rb.example config/puma.rb
 
**Important Note:**
Make sure to edit both files to match your setup.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment