Commit 1548baa17c190446a462067726817655b4b8c08a

Authored by Valeriy Sizov
1 parent 65717f70

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,7 +216,7 @@ Application can be started with next command:
216 sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb 216 sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb
217 sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D 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 upstream gitlab { 221 upstream gitlab {
222 server unix:/home/gitlab/gitlab/tmp/sockets/gitlab.socket; 222 server unix:/home/gitlab/gitlab/tmp/sockets/gitlab.socket;