Commit 1548baa17c190446a462067726817655b4b8c08a
1 parent
65717f70
Exists in
master
and in
4 other branches
update doc
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
... | ... | @@ -216,7 +216,7 @@ Application can be started with next command: |
216 | 216 | sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb |
217 | 217 | sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D |
218 | 218 | |
219 | -Edit /etc/nginx/nginx.conf. Add next code to **http** section: | |
219 | +Edit /etc/nginx/nginx.conf. Add in **http** section: | |
220 | 220 | |
221 | 221 | upstream gitlab { |
222 | 222 | server unix:/home/gitlab/gitlab/tmp/sockets/gitlab.socket; | ... | ... |