summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-10-18 01:39:01 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-10-18 01:39:01 -0700
commit76e2ae8148e8fd72048cc1c9d57e5b5f5452aae9 (patch)
tree2ad0b7ca35ab7adec3bdd9f5cddfc4ea4b4120a0
parent564c4138e914abab570ad92c4850dd2b35d37198 (diff)
downloadgitlab-ce-76e2ae8148e8fd72048cc1c9d57e5b5f5452aae9.tar.gz
actually give command necessary to update unicorn
Give command to update unicorn.rb rather than just say you need to do it.
-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 193f44bb67e..045e611b3e9 100644
--- a/doc/update/7.3-to-7.4.md
+++ b/doc/update/7.3-to-7.4.md
@@ -93,8 +93,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