We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63ee4ef + 1dd066a commit 745dbb6Copy full SHA for 745dbb6
1 file changed
docker/config/php.ini
@@ -710,7 +710,7 @@ auto_globals_jit = On
710
; Its value may be 0 to disable the limit. It is ignored if POST data reading
711
; is disabled through enable_post_data_reading.
712
; https://php.net/post-max-size
713
-post_max_size = 8M
+post_max_size = 5G
714
715
; Automatically add files before PHP document.
716
; https://php.net/auto-prepend-file
@@ -862,7 +862,7 @@ file_uploads = On
862
863
; Maximum allowed size for uploaded files.
864
; https://php.net/upload-max-filesize
865
-upload_max_filesize = 2M
+upload_max_filesize = 4G
866
867
; Maximum number of files that can be uploaded via a single request
868
max_file_uploads = 20
0 commit comments