Commit 475c554f authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'sed_backlog' into 'master'

Sed backlog

See merge request !1117
parents 2aeac794 b268fa05
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment