Skip to content

Commit

Permalink
Merge pull request #1033 from bastelfreak/worker_connections
Browse files Browse the repository at this point in the history
change worker_connections default string->int
  • Loading branch information
alexjfisher authored Mar 8, 2017
2 parents 6241fea + 256c6b3 commit 58a78ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
$ssl_stapling = 'off',
$types_hash_bucket_size = '512',
$types_hash_max_size = '1024',
$worker_connections = '1024',
$worker_connections = 1024,
$worker_processes = '1',
$worker_rlimit_nofile = 1024,
$ssl_protocols = 'TLSv1 TLSv1.1 TLSv1.2',
Expand Down

0 comments on commit 58a78ce

Please sign in to comment.