Provide a PHP config file to set the upload limit

pull/281/head
Pierre Jaury 7 years ago
parent 0c90178eaf
commit 47225b99df

@ -0,0 +1,5 @@
file_uploads = On
memory_limit = 64M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 600
Loading…
Cancel
Save