Commit f602be2e284dab308372ba10a756c6aa1c7069d4
Exists in
master
and in
4 other branches
Merge pull request #4605 from jvanbaarsen/installation-manual-fix
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,7 +185,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, | ||
185 | sudo -u git -H mkdir public/uploads | 185 | sudo -u git -H mkdir public/uploads |
186 | sudo chmod -R u+rwX public/uploads | 186 | sudo chmod -R u+rwX public/uploads |
187 | 187 | ||
188 | - # Copy the example Puma config | 188 | + # Copy the example Unicorn config |
189 | sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb | 189 | sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb |
190 | 190 | ||
191 | # Enable cluster mode if you expect to have a high load instance | 191 | # Enable cluster mode if you expect to have a high load instance |