Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 203 Bytes

php.md

File metadata and controls

10 lines (9 loc) · 203 Bytes

PHP

Ini settings

There are some ini settings you may need to change around memory and upload limits.

upload_max_filesize = 32M
max_file_uploads = 20
post_max_size = 64M
memory_limit = 768M