diff options
author | Brett Walker <bwalker@gitlab.com> | 2019-05-16 16:24:59 -0500 |
---|---|---|
committer | Brett Walker <bwalker@gitlab.com> | 2019-05-16 16:24:59 -0500 |
commit | 6c90aac014a0d660c00a99c779c812b7344f4335 (patch) | |
tree | 851024ccae1b0742eb56482bde039738781011f1 /config | |
parent | 913bc9649b012b178ef1acb9ef254fcc565be248 (diff) | |
download | gitlab-ce-6c90aac014a0d660c00a99c779c812b7344f4335.tar.gz |
Remove extra ending line from unicorn example filebw-unicorn-extra-line
Diffstat (limited to 'config')
-rw-r--r-- | config/unicorn.rb.example.development | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/unicorn.rb.example.development b/config/unicorn.rb.example.development index f7541bb9d55..ae3dc2e37e1 100644 --- a/config/unicorn.rb.example.development +++ b/config/unicorn.rb.example.development @@ -58,4 +58,3 @@ after_fork do |server, worker| # addr = "127.0.0.1:#{9293 + worker.nr}" # server.listen(addr, :tries => -1, :delay => 5, :tcp_nopush => true) end - |