Add default value for post_max_size
This commit is contained in:
parent
9354d71dc1
commit
eaeff2188c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ apache_php_module_name: "libapache2-mod-php{{ php_version.stdout }}"
|
||||||
|
|
||||||
php_fpm_config:
|
php_fpm_config:
|
||||||
upload_max_filesize: 15M
|
upload_max_filesize: 15M
|
||||||
post_max_size: "{{ upload_max_filesize }}"
|
post_max_size: 50M
|
||||||
memory_limit: 256M
|
memory_limit: 256M
|
||||||
max_execution_time: 300
|
max_execution_time: 300
|
||||||
date.timezone: Europe/Berlin
|
date.timezone: Europe/Berlin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue