cloudpanel-io/cloudpanel-ce

MAX UPLOAD FILE SIZE Issue

asrguru20 opened this issue · 1 comments

CloudPanel version(s) affected

2.4.2

Description

The max upload file size does not change its only 100mb although my php script says its 512mb but works only 100mb

How to reproduce

when I go to the site setting and increase max upload file size and max post size and other thing and apply but nothing change
I added WordPress with Genetic PHP

Possible Solution

No response

Additional Context

sddsd

Make sure that you set "post_max_size" and "upload_max_filesize."

If it's not working, then the value is overwritten within the application.

It's not a CloudPanel bug.