Commit dcb17ead authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #1471 from PragTob/renameUnicorn.rb

Rename: unicorn.rb.orig --> unicorn.rb.example
parents 98c73133 fa529c78
...@@ -252,7 +252,7 @@ You can login via web using admin generated with setup: ...@@ -252,7 +252,7 @@ You can login via web using admin generated with setup:
## 1. Unicorn ## 1. Unicorn
cd /home/gitlab/gitlab cd /home/gitlab/gitlab
sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb sudo -u gitlab cp config/unicorn.rb.example config/unicorn.rb
sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D
## 2. Nginx ## 2. Nginx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment