From 1548baa17c190446a462067726817655b4b8c08a Mon Sep 17 00:00:00 2001 From: Valeriy Sizov Date: Sat, 23 Jun 2012 13:16:21 +0300 Subject: [PATCH] update doc --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index aaff1467b32..bf579b174c3 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -216,7 +216,7 @@ Application can be started with next command: sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D -Edit /etc/nginx/nginx.conf. Add next code to **http** section: +Edit /etc/nginx/nginx.conf. Add in **http** section: upstream gitlab { server unix:/home/gitlab/gitlab/tmp/sockets/gitlab.socket; -- GitLab