actually give command necessary to update unicorn

Give command to update unicorn.rb rather than just say you need to do it.
This commit is contained in:
Ben Bodenmiller 2014-10-18 01:39:01 -07:00
parent 564c4138e9
commit 76e2ae8148
1 changed files with 2 additions and 2 deletions

View File

@ -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