Skip to content

Commit

Permalink
Fix the sed command for increasing the backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvosmaer committed Sep 25, 2014
1 parent de717a3 commit b268fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/update/7.2-to-7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ git diff origin/7-2-stable:config/gitlab.yml.example origin/7-3-stable:config/gi

```
# Use the default Unicorn socket backlog value of 1024
sudo -u git -H sed -i 's|^:backlog => 64|:backlog => 1024|' config/unicorn.rb
sudo -u git -H sed -i 's/:backlog => 64/:backlog => 1024/' config/unicorn.rb
```

* HTTP setups: Make `/etc/nginx/sites-available/nginx` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-3-stable/lib/support/nginx/gitlab but with your settings.
Expand Down

0 comments on commit b268fa0

Please sign in to comment.