bundles/php: fix some typos
This commit is contained in:
parent
a33076186b
commit
94bee38ca7
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ files[f'/etc/php/{version}/fpm/php.ini'] = {
|
|||
'content_type': 'mako',
|
||||
'context': {
|
||||
'num_cpus': node.metadata.get('vm/cpu'),
|
||||
'post_max_size': node.metadata.get('phppost_max_size', 10),
|
||||
'post_max_size': node.metadata.get('php/post_max_size', 10),
|
||||
'memory_limit': node.metadata.get('php/memory_limit', 256),
|
||||
},
|
||||
'after': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue