nlippke / seeddms-docker

Docker build script for seeddms
15 stars 8 forks source link

Maximum upload size: 50 MiB limit #5

Open RML0169 opened 3 days ago

RML0169 commented 3 days ago

Hi, just wanted to ask if it is possible to increase the Maximum upload size? image

nlippke commented 3 days ago

The php.ini has a limit which you probably hit: post_max_size = 50M. You can set it to 0 (/usr/local/etc/php/php.ini) to disable the check.

RML0169 commented 3 days ago

Will test this now. ill update you if it works.