build-configs/templates/php/drupal/php.ini.twig
Oliver Davies d63549023d Add post_max_size and upload_max_filesize
Add `post_max_size` and `upload_max_filesize` to the generated php.ini
file.
2024-10-29 01:14:53 +00:00

8 lines
186 B
Twig

# {{ managedText }}
max_vars_input = 1000
memory_limit = {{ php.ini.memory_limit }}
post_max_size = {{ php.ini.post_max_size }}
upload_max_filesize = {{ php.ini.upload_max_filesize }}