mirror of
https://github.com/nextcloud/server.git
synced 2024-11-14 12:26:49 +00:00
aac84f732d
There was also a bug with checking the upper limit on the passed upload size. PHP does funny things with integer vs float comparisons, so our check didn't work. Now the check is much simpler, and ensures the value is sane.
8 lines
165 B
INI
8 lines
165 B
INI
upload_max_filesize=513M
|
|
post_max_size=513M
|
|
memory_limit=512M
|
|
mbstring.func_overload=0
|
|
always_populate_raw_post_data=-1
|
|
default_charset='UTF-8'
|
|
output_buffering=off
|