Skip to content

Commit 61fc96c

Browse files
Updated php.ini config post_max_size and upload_max_filesize set values to default
1 parent 20ae96d commit 61fc96c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/php.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ auto_globals_jit = On
669669
; Its value may be 0 to disable the limit. It is ignored if POST data reading
670670
; is disabled through enable_post_data_reading.
671671
; http://php.net/post-max-size
672-
post_max_size = 6G
672+
post_max_size = 8M
673673

674674
; Automatically add files before PHP document.
675675
; http://php.net/auto-prepend-file
@@ -822,7 +822,7 @@ file_uploads = On
822822

823823
; Maximum allowed size for uploaded files.
824824
; http://php.net/upload-max-filesize
825-
upload_max_filesize = 4G
825+
upload_max_filesize = 2M
826826

827827
; Maximum number of files that can be uploaded via a single request
828828
max_file_uploads = 20

0 commit comments

Comments
 (0)