bundles/nginx: add nginx config
This commit is contained in:
parent
411d22d404
commit
ffb962b108
4 changed files with 76 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
@metadata_processor
|
||||
def nginx_apt_repo(metadata):
|
||||
def defaults(metadata):
|
||||
return {
|
||||
'apt': {
|
||||
'repos': {
|
||||
|
@ -19,4 +19,8 @@ def nginx_apt_repo(metadata):
|
|||
'nginx': {},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'worker_processes': 4,
|
||||
'worker_connections': 1000,
|
||||
},
|
||||
}, DEFAULTS, DONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue