mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
Add `post_max_size` and `upload_max_filesize` to the generated php.ini file.
7 lines
186 B
Twig
7 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 }}
|