mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-04 02:25:32 +01:00
Add post_max_size
and upload_max_filesize
Add `post_max_size` and `upload_max_filesize` to the generated php.ini file.
This commit is contained in:
parent
7dea406c49
commit
d63549023d
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
# {{ managedText }}
|
||||
|
||||
max_vars_input = 1000
|
||||
memory_limit = {{ php.ini.memory_limit | default('128M') }}
|
||||
memory_limit = {{ php.ini.memory_limit }}
|
||||
|
||||
post_max_size = {{ php.ini.post_max_size }}
|
||||
upload_max_filesize = {{ php.ini.upload_max_filesize }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue