I am currently experiencing an issue with my Xibo CMS (Docker installation) where I am unable to upload media files larger than 1MB. Smaller files upload successfully, but larger files are :rejected immediately, even though
PHP settings show upload_max_filesize = 2G and post_max_size = 2G
Apache configuration LimitRequestBody is set to 0
I have tried different file formats and sizes, all under 2GB
I suspect there may be a setting or limitation within the CMS or container configuration that I am missing. Could you please advise on how to resolve this issue so I can upload larger media ?files
.Thank you in advance for your assistance