Skip to content

Commit 5e4e2cd

Browse files
author
Tim Meusel
committed
tune nginx config
1 parent 499ca74 commit 5e4e2cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
){
4848
class { '::nginx':
4949
worker_processes => $::processorcount,
50+
multi_accept => 'on',
5051
}
5152
# if this is provided we install the package from the repo, otherwise we build unicorn from scratch
5253
if $unicorn_package {

0 commit comments

Comments
 (0)