bundles/php: fix some typos
This commit is contained in:
parent
a33076186b
commit
94bee38ca7
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ ignore_repeated_source = Off
|
||||||
report_memleaks = On
|
report_memleaks = On
|
||||||
html_errors = On
|
html_errors = On
|
||||||
error_log = syslog
|
error_log = syslog
|
||||||
syslog.ident = php7.4
|
syslog.ident = php8.2
|
||||||
syslog.filter = ascii
|
syslog.filter = ascii
|
||||||
|
|
||||||
arg_separator.output = "&"
|
arg_separator.output = "&"
|
||||||
|
|
|
@ -29,7 +29,7 @@ files[f'/etc/php/{version}/fpm/php.ini'] = {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
'context': {
|
'context': {
|
||||||
'num_cpus': node.metadata.get('vm/cpu'),
|
'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),
|
'memory_limit': node.metadata.get('php/memory_limit', 256),
|
||||||
},
|
},
|
||||||
'after': {
|
'after': {
|
||||||
|
|
Loading…
Reference in a new issue