Increase upload size to 4GB

This commit is contained in:
Joey Hafner 2022-04-26 00:44:25 +00:00
parent 1d56f64f3e
commit a152177731

View File

@ -1,5 +1,5 @@
; Edit this file to override php.ini directives and restart the container
date.timezone = America/Los_Angeles
upload_max_filesize = 2G
post_max_size = 2G
upload_max_filesize = 4G
post_max_size = 4G