Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>2012-09-15 23:23:41 +0400
committerTobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de>2012-09-15 23:23:41 +0400
commitfa529c789c6d5e6c7c52de73166007e4650a46fa (patch)
treeaed63616f53484676c23d25838aba0c075860cb5 /doc/installation.md
parent74cfab692fd9808c1ea6a6cc6f45c348deb4fd72 (diff)
added the name change to the installation.md - thanks and nice catch to @NARKOZ
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index af169d81c6f..d5d1ccddb54 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -252,7 +252,7 @@ You can login via web using admin generated with setup:
## 1. Unicorn
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
## 2. Nginx