We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499ca74 commit 5e4e2cdCopy full SHA for 5e4e2cd
manifests/unicorn.pp
@@ -47,6 +47,7 @@
47
){
48
class { '::nginx':
49
worker_processes => $::processorcount,
50
+ multi_accept => 'on',
51
}
52
# if this is provided we install the package from the repo, otherwise we build unicorn from scratch
53
if $unicorn_package {
0 commit comments