Lower php upload parameters
This commit is contained in:
parent
ee932d02ba
commit
c8b7efbca5
@ -1,6 +1,6 @@
|
||||
; Edit this file to override php.ini directives and restart the container
|
||||
|
||||
date.timezone = America/Los_Angeles
|
||||
upload_max_filesize = 4G
|
||||
post_max_size = 4G
|
||||
memory_limit = 1G
|
||||
upload_max_filesize = 1024M
|
||||
post_max_size = 1024M
|
||||
memory_limit = 128M
|
Loading…
Reference in New Issue
Block a user