mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Oliver Davies
d63549023d
Add `post_max_size` and `upload_max_filesize` to the generated php.ini file.
8 lines
186 B
Twig
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 }}
|