Commit fa529c789c6d5e6c7c52de73166007e4650a46fa
1 parent
74cfab69
Exists in
master
and in
4 other branches
added the name change to the installation.md - thanks and nice catch to @NARKOZ
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
... | ... | @@ -252,7 +252,7 @@ You can login via web using admin generated with setup: |
252 | 252 | ## 1. Unicorn |
253 | 253 | |
254 | 254 | cd /home/gitlab/gitlab |
255 | - sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb | |
255 | + sudo -u gitlab cp config/unicorn.rb.example config/unicorn.rb | |
256 | 256 | sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D |
257 | 257 | |
258 | 258 | ## 2. Nginx | ... | ... |