I currently cannot the php.ini file within my app which would have been an entry point for making such modification.
has anyone had to do this before?
I currently cannot the php.ini file within my app which would have been an entry point for making such modification.
has anyone had to do this before?
2
Answers
@all i found a solution that worked for me.
since I use nginx on my server. I was able to locate the following file
and then In the
locate
block, i added the followingAnd this increased the max_upload_filesize to 25M.
You can do it via native
dokku
commands:dokku nginx:set <app-name> client-max-body-size 25m