Add default value for post_max_size

This commit is contained in:
phil 2025-05-18 09:34:49 +02:00
parent 9354d71dc1
commit eaeff2188c

View file

@ -8,7 +8,7 @@ apache_php_module_name: "libapache2-mod-php{{ php_version.stdout }}"
php_fpm_config:
upload_max_filesize: 15M
post_max_size: "{{ upload_max_filesize }}"
post_max_size: 50M
memory_limit: 256M
max_execution_time: 300
date.timezone: Europe/Berlin