Commit f602be2e284dab308372ba10a756c6aa1c7069d4

Authored by Yves Senn
2 parents d3c429ed 2a5e05cf

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 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
... ...