summaryrefslogtreecommitdiff
path: root/doc/update/7.3-to-7.4.md
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2014-10-21 13:01:04 +0300
committerValeriy Sizov <vsv2711@gmail.com>2014-10-21 13:01:04 +0300
commit62929caf29dd603397f613bc52ef5d43b2ac16be (patch)
treeb48e17968203f04b7be50c365d2507be9ff7c36f /doc/update/7.3-to-7.4.md
parentbc56de15b54ceef44c645b3ce1a87f70dbadb11e (diff)
parent76e2ae8148e8fd72048cc1c9d57e5b5f5452aae9 (diff)
downloadgitlab-ce-62929caf29dd603397f613bc52ef5d43b2ac16be.tar.gz
Merge pull request #8067 from bbodenmiller/patch-19
[7.4 rc fix] [doc] actually give command necessary to update unicorn
Diffstat (limited to 'doc/update/7.3-to-7.4.md')
-rw-r--r--doc/update/7.3-to-7.4.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/7.3-to-7.4.md b/doc/update/7.3-to-7.4.md
index 6ef91913bbf..e5ae39691bb 100644
--- a/doc/update/7.3-to-7.4.md
+++ b/doc/update/7.3-to-7.4.md
@@ -89,8 +89,8 @@ git diff origin/7-3-stable:config/gitlab.yml.example origin/7-4-stable:config/gi
#### Change timeout for unicorn
```
-# config/unicorn.rb
-timeout 60
+# set timeout to 60
+sudo -u git -H editor config/unicorn.rb
```
#### Change nginx https settings