Lower php upload parameters

This commit is contained in:
Joey Hafner 2022-04-25 22:53:35 -07:00
parent ee932d02ba
commit c8b7efbca5

View File

@ -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