upload big files

This commit is contained in:
Arno Kaimbacher 2019-07-04 18:46:03 +02:00
parent a463cb9e4c
commit ad2e1ce378
5 changed files with 83 additions and 61 deletions

View file

@ -1,4 +1,4 @@
; Override value of upload_max_filesize
upload_max_filesize = 5M
post_max_size =8M
upload_max_filesize = 10M
post_max_size =10M
memory_limit = 100M

File diff suppressed because one or more lines are too long