Increase max upload size

This commit is contained in:
Joey Hafner 2022-04-26 00:41:45 -07:00
parent 067f105cf7
commit 865b7b97bc

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 = 1024M
post_max_size = 1024M
upload_max_filesize = 10G
post_max_size = 10G
memory_limit = 128M