Increase max upload size

This commit is contained in:
Joey Hafner 2022-04-26 00:41:45 -07:00
parent 80794ac49c
commit 5ecd2d951c

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