Merge pull request #8067 from bbodenmiller/patch-19
[7.4 rc fix] [doc] actually give command necessary to update unicorn
This commit is contained in:
commit
62929caf29
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ git diff origin/7-3-stable:config/gitlab.yml.example origin/7-4-stable:config/gi
|
||||||
#### Change timeout for unicorn
|
#### Change timeout for unicorn
|
||||||
|
|
||||||
```
|
```
|
||||||
# config/unicorn.rb
|
# set timeout to 60
|
||||||
timeout 60
|
sudo -u git -H editor config/unicorn.rb
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Change nginx https settings
|
#### Change nginx https settings
|
||||||
|
|
Loading…
Reference in a new issue