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.
1 parent 20ae96d commit 61fc96cCopy full SHA for 61fc96c
config/php.ini
@@ -669,7 +669,7 @@ auto_globals_jit = On
669
; Its value may be 0 to disable the limit. It is ignored if POST data reading
670
; is disabled through enable_post_data_reading.
671
; http://php.net/post-max-size
672
-post_max_size = 6G
+post_max_size = 8M
673
674
; Automatically add files before PHP document.
675
; http://php.net/auto-prepend-file
@@ -822,7 +822,7 @@ file_uploads = On
822
823
; Maximum allowed size for uploaded files.
824
; http://php.net/upload-max-filesize
825
-upload_max_filesize = 4G
+upload_max_filesize = 2M
826
827
; Maximum number of files that can be uploaded via a single request
828
max_file_uploads = 20
0 commit comments