Commit 2a5e05cfd86df0f36e75a8f0f60682a9372f9c3c
1 parent
d3c429ed
Exists in
master
and in
4 other branches
Fixed an old reference to puma
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -185,7 +185,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, |
185 | 185 | sudo -u git -H mkdir public/uploads |
186 | 186 | sudo chmod -R u+rwX public/uploads |
187 | 187 | |
188 | - # Copy the example Puma config | |
188 | + # Copy the example Unicorn config | |
189 | 189 | sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb |
190 | 190 | |
191 | 191 | # Enable cluster mode if you expect to have a high load instance | ... | ... |