diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-18 01:39:01 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-18 01:39:01 -0700 |
commit | 76e2ae8148e8fd72048cc1c9d57e5b5f5452aae9 (patch) | |
tree | 2ad0b7ca35ab7adec3bdd9f5cddfc4ea4b4120a0 | |
parent | 564c4138e914abab570ad92c4850dd2b35d37198 (diff) | |
download | gitlab-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.md | 4 |
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 |